diff options
author | shirt-dev <2660574+shirt-dev@users.noreply.github.com> | 2021-02-15 16:06:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 02:36:42 +0530 |
commit | 44f705d0017870a21a3bf3932ff077fe151d8785 (patch) | |
tree | 571fdd47612b9f61778724cee9afe41c3e244c42 /pyinst.py | |
parent | 47930b73a5e845be64a1e94b96c7ca67536f5f93 (diff) | |
download | hypervideo-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |