summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2aaa84858..837551d2c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,8 +40,8 @@ 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 "http://hivelocity.dl.sourceforge.net/project/winscp/WinSCP/5.7/winscp570.zip" -OutFile "winscp570.zip" 43 Invoke-WebRequest "http://winscp.net/download/winscp573.zip" -OutFile "winscp573.zip"
44 7z e -y winscp570.zip 44 7z e -y winscp573.zip
45 45
46 # Upload to server 46 # Upload to server
47 .\WinSCP.com /command ` 47 .\WinSCP.com /command `