diff options
| author | 2019-08-07 22:19:49 -0400 | |
|---|---|---|
| committer | 2019-08-07 22:19:49 -0400 | |
| commit | 0fce4404550421493787f27da589500877ca50f8 (patch) | |
| tree | 4ece36495f20cf62cb8b642b380e3123d121ca51 /appveyor.yml | |
| parent | Add 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.yml | 3 |
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 |
