Update to NSIS 3.05

Lock version in appveyor.yml
This commit is contained in:
Calvin Rose 2019-12-31 09:40:36 -05:00
parent 75bb8fbcd1
commit e3c88295f2
3 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ init:
install:
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
- choco install nsis -y -pre
- choco install nsis -y -pre --version 3.05
# 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\" -y
- 7z e "tools\nsis-3.05-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y
- build_win all
- refreshenv
# We need to reload vcvars after refreshing

Binary file not shown.

Binary file not shown.