aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorshirt-dev <2660574+shirt-dev@users.noreply.github.com>2021-02-15 16:06:42 -0500
committerGitHub <noreply@github.com>2021-02-16 02:36:42 +0530
commit44f705d0017870a21a3bf3932ff077fe151d8785 (patch)
tree571fdd47612b9f61778724cee9afe41c3e244c42 /pyinst.py
parent47930b73a5e845be64a1e94b96c7ca67536f5f93 (diff)
downloadhypervideo-pre-44f705d0017870a21a3bf3932ff077fe151d8785.tar.lz
hypervideo-pre-44f705d0017870a21a3bf3932ff077fe151d8785.tar.xz
hypervideo-pre-44f705d0017870a21a3bf3932ff077fe151d8785.zip
#88 Implement SHA256 checking for autoupdater
* Also fix bugs from e5813e53f089e018606435926ae0e109c4838394 Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> :ci skip dl
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index c73a770db..b6608de22 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -72,7 +72,7 @@ PyInstaller.__main__.run([
'--exclude-module=test',
'--exclude-module=ytdlp_plugins',
'--hidden-import=mutagen',
- '--hidden-import=pycryptodome',
+ '--hidden-import=Crypto',
'youtube_dlc/__main__.py',
])
SetVersion('dist/youtube-dlc%s.exe' % _x86, VERSION_FILE)