Switched to using NSIS 3 alpha for installer.

This commit is contained in:
WrinklyNinja
2013-09-27 20:20:40 +01:00
parent ef9376f61b
commit 6c0830eab2
+1 -1
View File
@@ -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.