aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/pyinst.py
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts/pyinst.py')
-rw-r--r--devscripts/pyinst.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/pyinst.py b/devscripts/pyinst.py
index 49a055af3..b663d4b2e 100644
--- a/devscripts/pyinst.py
+++ b/devscripts/pyinst.py
@@ -73,6 +73,7 @@ PyInstaller.__main__.run([
'--exclude-module=test',
'--exclude-module=ytdlp_plugins',
'--hidden-import=mutagen',
+ '--hidden-import=Crypto',
'youtube_dlc/__main__.py',
])
SetVersion('dist/youtube-dlc%s.exe' % _x86, VERSION_FILE)