mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 18:06:30 -04:00
Actually add licenses folder to PyInstaller spec
This commit is contained in:
parent
e05cee19bc
commit
089c8201f1
@ -19,7 +19,8 @@ a = Analysis(
|
||||
('../share/torrc_template-windows', 'share'),
|
||||
('../share/images/*', 'share/images'),
|
||||
('../share/locale/*', 'share/locale'),
|
||||
('../share/html/*', 'share/html')
|
||||
('../share/html/*', 'share/html'),
|
||||
('../install/licenses/*', 'licenses')
|
||||
],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
|
Loading…
x
Reference in New Issue
Block a user