aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-04-22 16:34:02 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-04-22 16:54:44 +0530
commite58c22a0f62757cbe5b5713f27badfb7a742f327 (patch)
tree8436cdae4bd244df378457a2ba7473fdb1e48af0 /pyinst.py
parente4bdd3377daf5ab914481b54f7c3b62a0c09b699 (diff)
downloadhypervideo-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyinst.py b/pyinst.py
index 005a5d9e2..f2edeb3d9 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -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',