Browse Source
Merge pull request #11064 from lat9nq/mingw-no-install-pefile
ci/mingw: Remove pefile installation step
pull/15/merge
Morph
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
.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 |
|
|
|
|