diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-11-30 02:36:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 02:36:19 +0100 |
commit | 7b400ac40b8e9ce5abaa6d0293fa9d4f017cf1f3 (patch) | |
tree | 6736a8595ef134bfc449ac3e9a7d30c4927fa1f7 | |
parent | e8dfaa0fd7d6c4194644df37d68efa74d5d914b2 (diff) | |
parent | 63c00011d4ad59b37b08929ce413eb9506ac7150 (diff) | |
download | hypervideo-pre-7b400ac40b8e9ce5abaa6d0293fa9d4f017cf1f3.tar.lz hypervideo-pre-7b400ac40b8e9ce5abaa6d0293fa9d4f017cf1f3.tar.xz hypervideo-pre-7b400ac40b8e9ce5abaa6d0293fa9d4f017cf1f3.zip |
Merge pull request #182 from jbruchon/makewinfix
make_win.bat: don't use UPX to pack vcruntime140.dll
-rw-r--r-- | make_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_win.bat b/make_win.bat index 891d517b3..c35d9937e 100644 --- a/make_win.bat +++ b/make_win.bat @@ -1 +1 @@ -py -m PyInstaller youtube_dlc\__main__.py --onefile --name youtube-dlc --version-file win\ver.txt --icon win\icon\cloud.ico
\ No newline at end of file +py -m PyInstaller youtube_dlc\__main__.py --onefile --name youtube-dlc --version-file win\ver.txt --icon win\icon\cloud.ico --upx-exclude=vcruntime140.dll
\ No newline at end of file |