mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 19:36:08 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue