AppVeyor: update WinSCP download link (with direct download link)
This commit is contained in:
parent
1a9d6c8307
commit
1e8b18708c
|
@ -40,7 +40,7 @@ after_build:
|
||||||
7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe
|
7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe
|
||||||
|
|
||||||
# Download winscp
|
# Download winscp
|
||||||
Invoke-WebRequest "http://winscp.net/download/winscp573.zip" -OutFile "winscp573.zip"
|
Invoke-WebRequest "https://cdn.winscp.net/files/winscp573.zip?secure=yE1jHlRoBZTA0htWnu1OVQ==,1434405422" -OutFile "winscp573.zip"
|
||||||
7z e -y winscp573.zip
|
7z e -y winscp573.zip
|
||||||
|
|
||||||
# Upload to server
|
# Upload to server
|
||||||
|
|
Reference in New Issue