summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8b420f20c..aef2d6f73 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,7 +40,7 @@ after_build:
40 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe 40 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe
41 41
42 # Download winscp 42 # Download winscp
43 Invoke-WebRequest "https://cdn.winscp.net/files/winscp573.zip?secure=yE1jHlRoBZTA0htWnu1OVQ==,1434405422" -OutFile "winscp573.zip" 43 Invoke-WebRequest "http://iweb.dl.sourceforge.net/project/winscp/WinSCP/5.7.3/winscp573.zip" -OutFile "winscp573.zip"
44 7z e -y winscp573.zip 44 7z e -y winscp573.zip
45 45
46 # Upload to server 46 # Upload to server