mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-20 04:46:09 -04:00
Actually add licenses folder to PyInstaller spec
This commit is contained in:
parent
9344fbd274
commit
4570db3786
@ -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