From cf6a98d33fcfe8835773952fa096842ae06d198c Mon Sep 17 00:00:00 2001 From: Jan-Cornelius Molnar Date: Sun, 10 Apr 2016 20:06:28 +0200 Subject: [PATCH] dont use > when downloading in powershell since this converts the output to unicode which is not preferable when downloading binaries --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8df7c49..4306b78 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -111,7 +111,7 @@ install: - where php-cs-fixer # Uncrustify - - curl -k -L http://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.61/uncrustify-0.61.3-gf65394e-win32.zip/download > uncrustify.zip + - curl -k -L http://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.61/uncrustify-0.61.3-gf65394e-win32.zip/download -o uncrustify.zip - cinst 7zip.commandline -y - 7za e uncrustify.zip -ouncrustify - "SET PATH=%cd%\\uncrustify;%PATH%"