File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ part of package.json
3939```
4040
4141## Pre-requisites
42- If you're on OS X/Linux and want to build for Windows, you need Wine installed. Wine is required in order to set the correct icon for the exe.
42+ If you're on OS X/Linux and want to build for Windows, you need Wine installed. Wine is required in order to set the correct icon for the exe.
4343
4444You will also need the nullsoft scriptable install system for all platforms.
4545
@@ -55,6 +55,13 @@ $ apt-get install wine nsis -y
5555```
5656On Windows download the [ nullsoft scriptable installer] ( http://nsis.sourceforge.net/Download )
5757
58+ If you're on OS X/Linux and want to build for Windows, make also sure you're running at least ` v0.12.0 ` of node.js.
59+
60+ ```
61+ $ node --version
62+ v0.12.0
63+ ```
64+
5865## Build MacOS installer
5966
6067```
You can’t perform that action at this time.
0 commit comments