mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-07 07:15:00 +01:00
[build] Ensure compat._legacy is packed in executables
Fixes 9196cbfe8b (commitcomment-72192406)
This commit is contained in:
parent
059bc4db19
commit
7ab56be2c7
2 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ def main():
|
|||
'--noconfirm',
|
||||
*dependency_options(),
|
||||
*opts,
|
||||
'--collect-submodules=yt_dlp',
|
||||
'yt_dlp/__main__.py',
|
||||
]
|
||||
print(f'Running PyInstaller with {opts}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue