mirror of
https://github.com/janet-lang/janet
synced 2024-11-17 22:24:49 +00:00
See if we can use a different build of NSIS.
This commit is contained in:
parent
ab782d8896
commit
0fce440455
@ -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
|
||||
|
BIN
tools/nsis-3.04-strlen_8192.zip
Normal file
BIN
tools/nsis-3.04-strlen_8192.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user