Skip to content

Commit e9735d8

Browse files
committed
Upgrade UPX [changelog skip]
1 parent 0b17d1d commit e9735d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ install:
1313
- dir C:\
1414
- set
1515

16-
- ps: Invoke-WebRequest -OutFile C:\upx391w.zip http://upx.sourceforge.net/download/upx391w.zip
17-
- 7z x -oC:\ C:\upx391w.zip
16+
- ps: Invoke-WebRequest -OutFile C:\upx394w.zip https://github.com/upx/upx/releases/download/v3.94/upx394w.zip
17+
- 7z x -oC:\ C:\upx394w.zip
1818
- ps: set LANG=en_US
1919
- ps: ls C:\
20-
- ps: ls C:\upx391w
21-
- ps: $env:PATH = 'C:\upx391w;' + $env:PATH;
20+
- ps: ls C:\upx394w
21+
- ps: $env:PATH = 'C:\upx394w;' + $env:PATH;
2222
- ps: >
2323
if((Test-Path $env:STACK_ROOT) -ne $true) {
2424
if($env:PLATFORM -eq 'x86') {

0 commit comments

Comments
 (0)