summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorliushuyu <liushuyu011@gmail.com>2021-12-15 09:10:07 +0100
committerliushuyu <liushuyu011@gmail.com>2021-12-16 04:57:01 +0100
commit3f765ea9a4598a5b68e8210aec75067f901172b9 (patch)
treebb3ed9be9344d37bbdf4eb7456813246bda3da1f /.ci
parentMerge pull request #7588 from Wunkolo/gibibibi-bytes (diff)
downloadyuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.tar
yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.tar.gz
yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.tar.bz2
yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.tar.lz
yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.tar.xz
yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.tar.zst
yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.zip
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/scripts/windows/docker.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index 155d8a5c8..584b9b39f 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -41,12 +41,11 @@ for i in package/*.exe; do
done
pip3 install pefile
-python3 .ci/scripts/windows/scan_dll.py package/*.exe "package/"
-python3 .ci/scripts/windows/scan_dll.py package/imageformats/*.dll "package/"
+python3 .ci/scripts/windows/scan_dll.py package/*.exe package/imageformats/*.dll "package/"
# copy FFmpeg libraries
EXTERNALS_PATH="$(pwd)/build/externals"
-FFMPEG_DLL_PATH="$(find ${EXTERNALS_PATH} -maxdepth 1 -type d | grep ffmpeg)/bin"
+FFMPEG_DLL_PATH="$(find "${EXTERNALS_PATH}" -maxdepth 1 -type d | grep 'ffmpeg-')/bin"
find ${FFMPEG_DLL_PATH} -type f -regex ".*\.dll" -exec cp -v {} package/ ';'
# copy libraries from yuzu.exe path