mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Fix build.yml hashing and crypto support (#87)
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
This commit is contained in:
parent
1de75fa129
commit
47930b73a5
2 changed files with 13 additions and 11 deletions
|
@ -72,7 +72,7 @@ PyInstaller.__main__.run([
|
|||
'--exclude-module=test',
|
||||
'--exclude-module=ytdlp_plugins',
|
||||
'--hidden-import=mutagen',
|
||||
'--hidden-import=%s' % ('Crypto' if _x86 else 'pycryptodome'),
|
||||
'--hidden-import=pycryptodome',
|
||||
'youtube_dlc/__main__.py',
|
||||
])
|
||||
SetVersion('dist/youtube-dlc%s.exe' % _x86, VERSION_FILE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue