Skip to content

Commit

Permalink
Update BUILD.md with Linux section (#369)
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Kei Chan <chikeichan@gmail.com>
  • Loading branch information
rithvikvibhu and chikeichan authored Jul 9, 2021
1 parent d6a0347 commit 601ed1b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,17 @@
5. you can check notarization status by running `xcrun altool --notarization-info "{notarization-id}" --username "{username} --password "{password}"`


### Window
1. simple run `npm run package-win`
### Windows
1. Simply build with
```sh
npm run package-win
```
2. The `.exe` file will be placed in `./release/`.


### Linux
1. Simply build with
```sh
npm run package-linux
```
2. The `.AppImage` file will be placed in `./release/`.

0 comments on commit 601ed1b

Please sign in to comment.