aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorshirt <2660574+shirt-dev@users.noreply.github.com>2021-10-05 13:37:58 -0400
committerGitHub <noreply@github.com>2021-10-05 13:37:58 -0400
commitf85e6be42ec5e65c07a3f99927ca9dfe81d683f0 (patch)
treedfccf33023a42bfbe2e419b4249e3bbcb16e4aac /pyinst.py
parent762e509d91be50546f62fc5c717280839b83c1e2 (diff)
downloadhypervideo-pre-f85e6be42ec5e65c07a3f99927ca9dfe81d683f0.tar.lz
hypervideo-pre-f85e6be42ec5e65c07a3f99927ca9dfe81d683f0.tar.xz
hypervideo-pre-f85e6be42ec5e65c07a3f99927ca9dfe81d683f0.zip
[build] Use pycryptodomex for PyInstaller (#1179)
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 7e040647c..be1e00caa 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -76,7 +76,7 @@ VERSION_FILE = VSVersionInfo(
]
)
-dependancies = ['Crypto', 'mutagen'] + collect_submodules('websockets')
+dependancies = ['Cryptodome', 'mutagen'] + collect_submodules('websockets')
excluded_modules = ['test', 'ytdlp_plugins', 'youtube-dl', 'youtube-dlc']
PyInstaller.__main__.run([