From e3a6371b7d02dfec8b1069139e0666f6f528d3c4 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Wed, 5 Jun 2019 04:30:23 +0100 Subject: [PATCH] Maybe curl works? --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fc075a94de..6ee4b5f69a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,9 +27,7 @@ build_script: Move-Item -Path "$env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\netcoreapp2.1\win-x64\Ryujinx\bin\Config.jsonc" -Destination "$env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\netcoreapp2.1\win-x64\Ryujinx\Config.jsonc" - $source = "https://github.com/BaronKiko/RyujinxWrapper/releases/download/0/RyujinxWrapper.exe" - $destination = "$env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\netcoreapp2.1\win-x64\Ryujinx\Ryujinx.exe" - Invoke-WebRequest $source -OutFile $destination + curl -fsS -o "$env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\netcoreapp2.1\win-x64\Ryujinx\Ryujinx.exe" "https://github.com/BaronKiko/RyujinxWrapper/releases/download/0/RyujinxWrapper.exe" 7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-win_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\netcoreapp2.1\win-x64\Ryujinx\