diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-22 16:34:02 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-22 16:54:44 +0530 |
commit | e58c22a0f62757cbe5b5713f27badfb7a742f327 (patch) | |
tree | 8436cdae4bd244df378457a2ba7473fdb1e48af0 /pyinst.py | |
parent | e4bdd3377daf5ab914481b54f7c3b62a0c09b699 (diff) | |
download | hypervideo-pre-e58c22a0f62757cbe5b5713f27badfb7a742f327.tar.lz hypervideo-pre-e58c22a0f62757cbe5b5713f27badfb7a742f327.tar.xz hypervideo-pre-e58c22a0f62757cbe5b5713f27badfb7a742f327.zip |
[documentation] Fix typos
Diffstat (limited to 'pyinst.py')
-rw-r--r-- | pyinst.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ PyInstaller.__main__.run([ '--onefile', '--icon=devscripts/cloud.ico', '--exclude-module=youtube_dl', + '--exclude-module=youtube_dlc', '--exclude-module=test', '--exclude-module=ytdlp_plugins', '--hidden-import=mutagen', |