diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-07-10 01:27:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 01:27:52 +0200 |
commit | 190748546d2792979f9ec6ab095181d03f41a540 (patch) | |
tree | 728a793dd8e1fbb51347529c7c5c1d5445d7b369 /.ci/scripts | |
parent | Merge pull request #11055 from lat9nq/tzdb-catch- (diff) | |
parent | ci/mingw: Remove pefile installation step (diff) | |
download | yuzu-190748546d2792979f9ec6ab095181d03f41a540.tar yuzu-190748546d2792979f9ec6ab095181d03f41a540.tar.gz yuzu-190748546d2792979f9ec6ab095181d03f41a540.tar.bz2 yuzu-190748546d2792979f9ec6ab095181d03f41a540.tar.lz yuzu-190748546d2792979f9ec6ab095181d03f41a540.tar.xz yuzu-190748546d2792979f9ec6ab095181d03f41a540.tar.zst yuzu-190748546d2792979f9ec6ab095181d03f41a540.zip |
Diffstat (limited to '.ci/scripts')
-rwxr-xr-x | .ci/scripts/windows/docker.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index 0be3613aa..45f75c874 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh @@ -56,7 +56,6 @@ for i in package/*.exe; do x86_64-w64-mingw32-strip "${i}" done -pip3 install pefile python3 .ci/scripts/windows/scan_dll.py package/*.exe package/imageformats/*.dll "package/" # copy FFmpeg libraries |