1
0

Removed nsis

This commit is contained in:
Scott E. Graves
2017-03-23 23:46:53 -05:00
parent 942cbb917f
commit 8ffb6d20f6

View File

@@ -21,13 +21,6 @@ if NOT EXIST ".\bin\cmake-3.7.2-win64-x64\bin\cmake.exe" (
del /q cmake-3.7.2-win64-x64.zip > NUL
)
if NOT EXIST "bin\nsis-3.01\NSIS.exe" (
del /q nsis-3.01.zip > NUL
wget --no-check-certificate "https://sourceforge.net/projects/nsis/files/NSIS 3/3.01/nsis-3.01.zip/download" || goto :ERROR
unzip -o -q -d bin\ nsis-3.01.zip || goto :ERROR
del /q nsis-3.01.zip > NUL
)
goto :END
:ERROR