mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 18:06:30 -04:00
Remove jinja2.asyncsupport from PyInstaller, because it's not used and causes a crash during building
This commit is contained in:
parent
c261bf54e2
commit
841a665374
@ -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…
x
Reference in New Issue
Block a user