mirror of
https://github.com/janet-lang/janet
synced 2025-01-03 12:20:26 +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:
|
install:
|
||||||
- choco install nsis -y -pre
|
- 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
|
- build_win all
|
||||||
- refreshenv
|
- refreshenv
|
||||||
# We need to reload vcvars after refreshing
|
# 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