From 36b7cf39f1c564712a172d74da565792533008fe Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 29 Aug 2016 14:31:47 -0400 Subject: [PATCH] docs: nsis required version (#669) Packaging Etcher with NSIS v3.x results in weird errors. We only support v2.x, for which the latest version is v2.51. Signed-off-by: Juan Cruz Viotti --- docs/RUNNING-LOCALLY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RUNNING-LOCALLY.md b/docs/RUNNING-LOCALLY.md index 5ef88275..4ecaf0f7 100644 --- a/docs/RUNNING-LOCALLY.md +++ b/docs/RUNNING-LOCALLY.md @@ -19,7 +19,7 @@ Prerequisites - [Rimraf](https://github.com/isaacs/rimraf) - [Asar](https://github.com/electron/asar) -- [NSIS](http://nsis.sourceforge.net/Main_Page) +- [NSIS v2.51](http://nsis.sourceforge.net/Main_Page) (v3.x won't work) - [Visual Studio Community 2013](https://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx) ### OS X