Skip to content

Commit

Permalink
Fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Aug 8, 2019
1 parent 0fce440 commit 7713674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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\"
- 7z e "tools\nsis-3.04-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y
- build_win all
- refreshenv
# We need to reload vcvars after refreshing
Expand Down

0 comments on commit 7713674

Please sign in to comment.