aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
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',