diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-04-26 15:11:01 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-04-26 15:13:17 +0530 |
commit | 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7 (patch) | |
tree | ee14aa97e8c6c5c56e13c5017f37e2f1a8b914ec /pyinst.py | |
parent | 059bc4db1975698dca53278a0fcc23d428b7658a (diff) |
[build] Ensure `compat._legacy` is packed in executables
Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406
Diffstat (limited to 'pyinst.py')
-rw-r--r-- | pyinst.py | 1 |
1 files changed, 1 insertions, 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}') |