From e634ce847f6682dc80cae6745a54c8d209204d7e Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Thu, 15 Nov 2018 22:44:18 -0800 Subject: [PATCH] Remove whitespace --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1d5e5c5563..d6a69fbc20 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -133,7 +133,7 @@ after_build: # copy the qt jpeg imageformat dll to platforms Copy-Item -path "C:/msys64/mingw64/share/qt5/plugins/imageformats/qjpeg.dll" -force -destination "$RELEASE_DIST/imageformats" - + # copy all the dll dependencies to the release folder . "./.appveyor/UtilityFunctions.ps1" $DLLSearchPath = "C:\msys64\mingw64\bin;$env:PATH"