See if we can use a different build of NSIS.

This commit is contained in:
Calvin Rose 2019-08-07 22:19:49 -04:00
parent ab782d8896
commit 0fce440455
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ init:
install:
- choco install nsis -y -pre
# Replace makensis.exe and files with special long string build. This should
# prevent issues when setting PATH during installation.
- 7z -e "tools\nsis-3.04-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\"
- build_win all
- refreshenv
# We need to reload vcvars after refreshing

Binary file not shown.