mirror of https://github.com/icedream/icecon.git
AppVeyor: Fix UPX installation.
parent
fde304ee76
commit
1d8212034f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue