add platform-specific package instructions
This commit is contained in:
parent
72c472d4e7
commit
a75e41df7c
1 changed files with 8 additions and 0 deletions
|
|
@ -52,6 +52,14 @@ Builds app binaries for OS X, Linux, and Windows.
|
|||
$ npm run package
|
||||
```
|
||||
|
||||
To build for one platform:
|
||||
|
||||
```
|
||||
$ npm run package -- [platform]
|
||||
```
|
||||
|
||||
Where `[platform]` is `--darwin`, `--linux`, or `--win32`.
|
||||
|
||||
### Code Style
|
||||
|
||||
[](https://github.com/feross/standard)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue