mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[build] Use pycryptodomex for PyInstaller (#1179)
This commit is contained in:
parent
762e509d91
commit
f85e6be42e
4 changed files with 7 additions and 7 deletions
|
@ -76,7 +76,7 @@ VERSION_FILE = VSVersionInfo(
|
|||
]
|
||||
)
|
||||
|
||||
dependancies = ['Crypto', 'mutagen'] + collect_submodules('websockets')
|
||||
dependancies = ['Cryptodome', 'mutagen'] + collect_submodules('websockets')
|
||||
excluded_modules = ['test', 'ytdlp_plugins', 'youtube-dl', 'youtube-dlc']
|
||||
|
||||
PyInstaller.__main__.run([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue