diff options
| author | 2019-12-31 10:26:54 -0500 | |
|---|---|---|
| committer | 2019-12-31 10:26:54 -0500 | |
| commit | bfb638cfc25b9af051859dc6325b03b5eded2c52 (patch) | |
| tree | 5435bc8660a046a5082da001dfef3332155cbd70 /appveyor.yml | |
| parent | Remove some NSIS cruft to see if we can fix 3.05 (diff) | |
Try EnVar_plugin for updating path.
This should be more robust and not fail after upgrading.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 00cafd69..4df22d58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,7 @@ install: # Replace makensis.exe and files with special long string build. This should # prevent issues when setting PATH during installation. - 7z e "tools\nsis-3.05-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y + - 7z e "tools\EnVar_plugin.zip" -o"C:\Program Files (x86)\NSIS\" -y - build_win all - refreshenv # We need to reload vcvars after refreshing |
