summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-05-31 04:26:06 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-05-31 19:57:06 +0200
commit1914a1d21c5e1891b0c6d5ab1ffbe0464877d1e0 (patch)
tree5dee538ab010a17af315fdd76a7d60bdfc36b57b /.ci
parentMerge pull request #6385 from degasus/save_memory_access (diff)
downloadyuzu-1914a1d21c5e1891b0c6d5ab1ffbe0464877d1e0.tar
yuzu-1914a1d21c5e1891b0c6d5ab1ffbe0464877d1e0.tar.gz
yuzu-1914a1d21c5e1891b0c6d5ab1ffbe0464877d1e0.tar.bz2
yuzu-1914a1d21c5e1891b0c6d5ab1ffbe0464877d1e0.tar.lz
yuzu-1914a1d21c5e1891b0c6d5ab1ffbe0464877d1e0.tar.xz
yuzu-1914a1d21c5e1891b0c6d5ab1ffbe0464877d1e0.tar.zst
yuzu-1914a1d21c5e1891b0c6d5ab1ffbe0464877d1e0.zip
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/scripts/windows/docker.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index 192a01fd8..feba3fd6e 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -47,3 +47,6 @@ python3 .ci/scripts/windows/scan_dll.py package/imageformats/*.dll "package/"
EXTERNALS_PATH="$(pwd)/build/externals"
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
+find "$(pwd)/build/bin/" -type f -regex ".*\.dll" -exec cp -v {} package/ ';'