mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Update to NSIS 3.05
Lock version in appveyor.yml
This commit is contained in:
parent
75bb8fbcd1
commit
e3c88295f2
@ -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.
BIN
tools/nsis-3.05-strlen_8192.zip
Normal file
BIN
tools/nsis-3.05-strlen_8192.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user