mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
Related: https://github.com/blackjack4494/yt-dlc/pull/182 (7b400ac40b
)
Authored by: jbruchon
This commit is contained in:
parent
78b9a616cc
commit
46261325be
@ -73,6 +73,7 @@ PyInstaller.__main__.run([
|
|||||||
'--exclude-module=ytdlp_plugins',
|
'--exclude-module=ytdlp_plugins',
|
||||||
'--hidden-import=mutagen',
|
'--hidden-import=mutagen',
|
||||||
'--hidden-import=Crypto',
|
'--hidden-import=Crypto',
|
||||||
|
'--upx-exclude=vcruntime140.dll',
|
||||||
'youtube_dlc/__main__.py',
|
'youtube_dlc/__main__.py',
|
||||||
])
|
])
|
||||||
SetVersion('dist/youtube-dlc%s.exe' % _x86, VERSION_FILE)
|
SetVersion('dist/youtube-dlc%s.exe' % _x86, VERSION_FILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user