From 6c0830eab2234131c76c48fb65bbb1c80096c2e5 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Fri, 27 Sep 2013 20:20:40 +0100 Subject: [PATCH] Switched to using NSIS 3 alpha for installer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6aaa22b..641a4459 100644 --- a/README.md +++ b/README.md @@ -148,4 +148,4 @@ The converter is a command line utility and will print any errors in encounters ## Packaging Releases -Installer and zip archive releases for the main BOSS application can be handled by running the scripts `installer.nsi` and `archive.py` in the `src` folder respectively. The installer script requires [NSIS Unicode](http://www.scratchpaper.com/) to be installed, while the archive script requires [Python](http://www.python.org/) to be installed. +Installer and zip archive releases for the main BOSS application can be handled by running the scripts `installer.nsi` and `archive.py` in the `src` folder respectively. The installer script requires [NSIS 3](http://nsis.sourceforge.net/Main_Page) to be installed, while the archive script requires [Python](http://www.python.org/) to be installed.