Added a manual installer, courtesy @heri16. Closes #20.

This commit is contained in:
Corey Butler
2014-11-18 13:51:43 -06:00
parent 494d7f506f
commit 36c592d2f8
3 changed files with 18 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ REM Create the installer
echo Generating nvm-setup.zip
buildtools\iscc %INNOSETUP% /o%DIST%
buildtools\zip -j -9 -r "%DIST%\nvm-setup.zip" "%DIST%\nvm-setup.exe"
rm "%DIST%\nvm-setup.exe"
REM rm "%DIST%\nvm-setup.exe"
echo --------------------------
echo Release %version% available in %DIST%
GOTO COMPLETE