diff options
author | Jcw87 <johnnyc.wilson@verizon.net> | 2018-11-15 20:55:37 -0800 |
---|---|---|
committer | Jcw87 <johnnyc.wilson@verizon.net> | 2018-11-15 20:55:37 -0800 |
commit | 287ee1cd631cb66732a08b811333105362fe039b (patch) | |
tree | e8f178a3da3ba51da003c61ba583051850ce36b8 | |
parent | 87eca5b2097a83d7e47c5dd71ff33fccb8330481 (diff) |
Include imageformat dependencies with releases
-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 pip3 install pefile python3 .travis/linux-mingw/scan_dll.py package/*.exe "package/" +python3 .travis/linux-mingw/scan_dll.py package/imageformats/*.dll "package/" |