AppVeyor: Fix UPX installation.

ci/appveyor
Icedream 2017-07-26 01:55:30 +02:00
parent fde304ee76
commit 1d8212034f
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ skip_commits:
install: install:
# Install UPX # Install UPX
- if not exist "upx391w.zip" appveyor DownloadFile "http://upx.sourceforge.net/download/upx391w.zip" -FileName "upx391w.zip" - if not exist "upx391w.zip" appveyor DownloadFile "http://upx.sourceforge.net/download/upx391w.zip" -FileName "upx391w.zip"
- 7z x -y "upx391w.zip" -oC:\upx >null - 7z x -y "upx391w.zip" -oC:\ >null
- path C:\upx;%PATH% - path C:\upx391w;%PATH%
# Install our specifically wanted version of Go # Install our specifically wanted version of Go
- rmdir c:\go /s /q - rmdir c:\go /s /q