mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Remove jinja2.asyncsupport from PyInstaller, because it's not used and causes a crash during building
This commit is contained in:
parent
6f5c53d1c3
commit
42d2b0b417
@ -20,7 +20,7 @@ a = Analysis(
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
excludes=['jinja2.asyncsupport'],
|
||||
win_no_prefer_redirects=False,
|
||||
win_private_assemblies=False,
|
||||
cipher=None)
|
||||
|
Loading…
Reference in New Issue
Block a user