Skip to content

Commit

Permalink
Include Steps To development-instructions.md For Building zap-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Aug 9, 2024
1 parent 3d4fff0 commit 68e1954
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/development-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,27 @@ npm run apidoc
**Customize the configuration:**

See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).

**Build & Release for Windows / Mac universal binary on macOS:**

```npm run pack:win
npm run pkg:win
ls ./dist/
npm run pack:cli:win
npm run pack:mac
npm run pkg:mac
ls ./dist/
npm run pack:cli:mac
```

**Build & Release for Linux:**

```npm run pack:linux
npm run pkg:linux
ls ./dist/
npm run pack:cli:linux
mv dist/zap-linux-amd64.deb dist/zap-linux-x64.deb
mv dist/zap-linux-x86_64.rpm dist/zap-linux-x64.rpm
```

0 comments on commit 68e1954

Please sign in to comment.