travis: MinGW: scan_dll: merge two scans into one

This commit is contained in:
liushuyu 2018-11-30 19:58:23 -07:00
parent affecb68ec
commit 0fe4fc1db0
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 1 additions and 2 deletions

View File

@ -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/"