diff options
author | Jcw87 <johnnyc.wilson@verizon.net> | 2018-11-16 07:44:18 +0100 |
---|---|---|
committer | Jcw87 <johnnyc.wilson@verizon.net> | 2018-11-16 07:44:18 +0100 |
commit | e634ce847f6682dc80cae6745a54c8d209204d7e (patch) | |
tree | 289e58c4bd019bf8835f9d72195b5bc36c23fc6a | |
parent | Include imageformat dependencies with releases (appveyor) (diff) | |
download | yuzu-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 '')
-rw-r--r-- | appveyor.yml | 2 |
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" |