add small note about how to build for windows
This commit is contained in:
parent
3b30ce599f
commit
77592cf765
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ $ npm run package -- [platform]
|
|||
|
||||
Where `[platform]` is `--darwin`, `--linux`, or `--win32`.
|
||||
|
||||
To package a Windows app from non-Windows platforms, [Wine](https://www.winehq.org/) needs
|
||||
to be installed. On OS X, it is installable via [Homebrew](http://brew.sh/).
|
||||
|
||||
### Code Style
|
||||
|
||||
[](https://github.com/feross/standard)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue