add package invocation change for deb/zip package
This commit is contained in:
parent
27727a7a97
commit
dd8ed77153
1 changed files with 4 additions and 3 deletions
|
|
@ -50,10 +50,12 @@ $ npm run package
|
|||
To build for one platform:
|
||||
|
||||
```
|
||||
$ npm run package -- [platform]
|
||||
$ npm run package -- [platform] [package-type]
|
||||
```
|
||||
|
||||
Where `[platform]` is `darwin`, `linux`, or `win32`.
|
||||
Where `[platform]` is `darwin`, `linux`, or `win32`
|
||||
|
||||
and `[package-type]` is `all` (default), `deb` or `zip` (`linux` platform only)
|
||||
|
||||
#### Windows build notes
|
||||
|
||||
|
|
@ -75,4 +77,3 @@ brew install wine
|
|||
## License
|
||||
|
||||
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue