diff options
author | Jcw87 <johnnyc.wilson@verizon.net> | 2018-11-16 05:55:37 +0100 |
---|---|---|
committer | Jcw87 <johnnyc.wilson@verizon.net> | 2018-11-16 05:55:37 +0100 |
commit | 287ee1cd631cb66732a08b811333105362fe039b (patch) | |
tree | e8f178a3da3ba51da003c61ba583051850ce36b8 /.travis | |
parent | Fixed priority switching edge case for handheld (#1675) (diff) | |
download | yuzu-287ee1cd631cb66732a08b811333105362fe039b.tar yuzu-287ee1cd631cb66732a08b811333105362fe039b.tar.gz yuzu-287ee1cd631cb66732a08b811333105362fe039b.tar.bz2 yuzu-287ee1cd631cb66732a08b811333105362fe039b.tar.lz yuzu-287ee1cd631cb66732a08b811333105362fe039b.tar.xz yuzu-287ee1cd631cb66732a08b811333105362fe039b.tar.zst yuzu-287ee1cd631cb66732a08b811333105362fe039b.zip |
Diffstat (limited to '.travis')
-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/" |