summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jcw872018-11-15 22:44:18 -0800
committerGravatar Jcw872018-11-15 22:44:18 -0800
commite634ce847f6682dc80cae6745a54c8d209204d7e (patch)
tree289e58c4bd019bf8835f9d72195b5bc36c23fc6a
parentInclude imageformat dependencies with releases (appveyor) (diff)
downloadyuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.tar.gz
yuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.tar.xz
yuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.zip
Remove whitespace
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1d5e5c556..d6a69fbc2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -133,7 +133,7 @@ after_build:
133 133
134 # copy the qt jpeg imageformat dll to platforms 134 # copy the qt jpeg imageformat dll to platforms
135 Copy-Item -path "C:/msys64/mingw64/share/qt5/plugins/imageformats/qjpeg.dll" -force -destination "$RELEASE_DIST/imageformats" 135 Copy-Item -path "C:/msys64/mingw64/share/qt5/plugins/imageformats/qjpeg.dll" -force -destination "$RELEASE_DIST/imageformats"
136 136
137 # copy all the dll dependencies to the release folder 137 # copy all the dll dependencies to the release folder
138 . "./.appveyor/UtilityFunctions.ps1" 138 . "./.appveyor/UtilityFunctions.ps1"
139 $DLLSearchPath = "C:\msys64\mingw64\bin;$env:PATH" 139 $DLLSearchPath = "C:\msys64\mingw64\bin;$env:PATH"