summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-06-15 23:56:27 +0200
committerGitHub <noreply@github.com>2016-06-15 23:56:27 +0200
commitffa8f5c7dccbdf4ed8504f0b1f2ce2fe35454a0b (patch)
treea25c59ac0627f7636edd430b0521d3f49dbd5e20
parentMerge pull request #1875 from JayFoxRox/fog (diff)
parentFix AppVeyor WinSCP download (diff)
downloadyuzu-ffa8f5c7dccbdf4ed8504f0b1f2ce2fe35454a0b.tar
yuzu-ffa8f5c7dccbdf4ed8504f0b1f2ce2fe35454a0b.tar.gz
yuzu-ffa8f5c7dccbdf4ed8504f0b1f2ce2fe35454a0b.tar.bz2
yuzu-ffa8f5c7dccbdf4ed8504f0b1f2ce2fe35454a0b.tar.lz
yuzu-ffa8f5c7dccbdf4ed8504f0b1f2ce2fe35454a0b.tar.xz
yuzu-ffa8f5c7dccbdf4ed8504f0b1f2ce2fe35454a0b.tar.zst
yuzu-ffa8f5c7dccbdf4ed8504f0b1f2ce2fe35454a0b.zip
Diffstat (limited to '')
-rw-r--r--appveyor.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fa4134384..55beb7820 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -44,12 +44,10 @@ on_success:
# Do a second archive with only the binaries
7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe
- # Download winscp
- Invoke-WebRequest "http://iweb.dl.sourceforge.net/project/winscp/WinSCP/5.7.3/winscp573.zip" -OutFile "winscp573.zip"
- 7z e -y winscp573.zip
- # Upload to server
- .\WinSCP.com /command `
+ # Download WinSCP and upload to server
+ choco install winscp.portable
+ WinSCP.exe /command `
"option batch abort" `
"option confirm off" `
"open sftp://citra-builds:${env:BUILD_PASSWORD}@builds.citra-emu.org -hostkey=*" `