summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJcw87 <johnnyc.wilson@verizon.net>2018-11-16 07:44:18 +0100
committerJcw87 <johnnyc.wilson@verizon.net>2018-11-16 07:44:18 +0100
commite634ce847f6682dc80cae6745a54c8d209204d7e (patch)
tree289e58c4bd019bf8835f9d72195b5bc36c23fc6a /appveyor.yml
parentInclude imageformat dependencies with releases (appveyor) (diff)
downloadyuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.tar
yuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.tar.gz
yuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.tar.bz2
yuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.tar.lz
yuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.tar.xz
yuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.tar.zst
yuzu-e634ce847f6682dc80cae6745a54c8d209204d7e.zip
Diffstat (limited to 'appveyor.yml')
-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:
# 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"