aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom-Oliver Heidel <github@tom-oliver.eu>2020-11-30 02:36:19 +0100
committerGitHub <noreply@github.com>2020-11-30 02:36:19 +0100
commit7b400ac40b8e9ce5abaa6d0293fa9d4f017cf1f3 (patch)
tree6736a8595ef134bfc449ac3e9a7d30c4927fa1f7
parente8dfaa0fd7d6c4194644df37d68efa74d5d914b2 (diff)
parent63c00011d4ad59b37b08929ce413eb9506ac7150 (diff)
downloadhypervideo-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.bat2
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