travis: MinGW: scan_dll: merge two scans into one
This commit is contained in:
parent
affecb68ec
commit
0fe4fc1db0
1 changed files with 1 additions and 2 deletions
|
@ -33,5 +33,4 @@ for i in package/*.exe; do
|
|||
x86_64-w64-mingw32-strip "${i}"
|
||||
done
|
||||
|
||||
python3 .travis/linux-mingw/scan_dll.py package/*.exe "package/"
|
||||
python3 .travis/linux-mingw/scan_dll.py package/imageformats/*.dll "package/"
|
||||
python3 .travis/linux-mingw/scan_dll.py package/*.exe package/imageformats/*.dll "package/"
|
||||
|
|
Loading…
Reference in a new issue