diff options
Diffstat (limited to '')
| -rwxr-xr-x | .travis/linux-mingw/docker.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/linux-mingw/docker.sh b/.travis/linux-mingw/docker.sh index d15c3f6e8..6cf43a006 100755 --- a/.travis/linux-mingw/docker.sh +++ b/.travis/linux-mingw/docker.sh | |||
| @@ -57,3 +57,4 @@ done | |||
| 57 | 57 | ||
| 58 | pip3 install pefile | 58 | pip3 install pefile |
| 59 | python3 .travis/linux-mingw/scan_dll.py package/*.exe "package/" | 59 | python3 .travis/linux-mingw/scan_dll.py package/*.exe "package/" |
| 60 | python3 .travis/linux-mingw/scan_dll.py package/imageformats/*.dll "package/" | ||