Skip to content

Commit 64df569

Browse files
author
Stefan Judis
committed
update readme
1 parent dfeaf21 commit 64df569

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4444
You will also need the nullsoft scriptable install system for all platforms.
4545

@@ -55,6 +55,13 @@ $ apt-get install wine nsis -y
5555
```
5656
On 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
```

0 commit comments

Comments
 (0)