forked from suyu/suyu
Merge pull request #11064 from lat9nq/mingw-no-install-pefile
ci/mingw: Remove pefile installation step
This commit is contained in:
commit
190748546d
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ for i in package/*.exe; do
|
||||||
x86_64-w64-mingw32-strip "${i}"
|
x86_64-w64-mingw32-strip "${i}"
|
||||||
done
|
done
|
||||||
|
|
||||||
pip3 install pefile
|
|
||||||
python3 .ci/scripts/windows/scan_dll.py package/*.exe package/imageformats/*.dll "package/"
|
python3 .ci/scripts/windows/scan_dll.py package/*.exe package/imageformats/*.dll "package/"
|
||||||
|
|
||||||
# copy FFmpeg libraries
|
# copy FFmpeg libraries
|
||||||
|
|
Loading…
Reference in a new issue