aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-08-07 22:19:49 -0400
committerCalvin Rose <calsrose@gmail.com>2019-08-07 22:19:49 -0400
commit0fce4404550421493787f27da589500877ca50f8 (patch)
tree4ece36495f20cf62cb8b642b380e3123d121ca51 /appveyor.yml
parentAdd optional default value to get. (diff)
See if we can use a different build of NSIS.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 543a7078..8d4f43cf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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