From b1503b202043a577720e28969b74cca6f9c954f8 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 25 May 2015 20:34:09 +0200 Subject: Remove every trailing whitespace from the project (but externals). --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f2b65672..46362d1b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,11 +35,11 @@ after_build: $BUILD_NAME = "citra-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ","" # Zip up the build folder 7z a $BUILD_NAME .\build\bin\release\* - + # Download winscp Invoke-WebRequest "http://hivelocity.dl.sourceforge.net/project/winscp/WinSCP/5.7/winscp570.zip" -OutFile "winscp570.zip" 7z e -y winscp570.zip - + # Upload to server .\WinSCP.com /command ` "option batch abort" ` -- cgit v1.2.3