aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-12-31 09:40:36 -0500
committerCalvin Rose <calsrose@gmail.com>2019-12-31 09:40:36 -0500
commite3c88295f2b14c9c8de43bcf7b84e18089b62d9d (patch)
tree4587886218df7572d8e031f83192ed96af2e2c42
parentAmalg script included janet.h before test macros. (diff)
Update to NSIS 3.05
Lock version in appveyor.yml
-rw-r--r--appveyor.yml4
-rw-r--r--tools/nsis-3.04-strlen_8192.zipbin476271 -> 0 bytes
-rw-r--r--tools/nsis-3.05-strlen_8192.zipbin0 -> 481271 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1f9651bb..00cafd69 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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
diff --git a/tools/nsis-3.04-strlen_8192.zip b/tools/nsis-3.04-strlen_8192.zip
deleted file mode 100644
index 4e54e0a6..00000000
--- a/tools/nsis-3.04-strlen_8192.zip
+++ /dev/null
Binary files differ
diff --git a/tools/nsis-3.05-strlen_8192.zip b/tools/nsis-3.05-strlen_8192.zip
new file mode 100644
index 00000000..627383a7
--- /dev/null
+++ b/tools/nsis-3.05-strlen_8192.zip
Binary files differ