mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 16:35:03 -04:00
Fix installation of static assets on MacOS and probably Windows too
This commit is contained in:
parent
8658589b2d
commit
41c10b1ea2
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ a = Analysis(
|
|||
('../share/images/*', 'share/images'),
|
||||
('../share/locale/*', 'share/locale'),
|
||||
('../share/templates/*', 'share/templates'),
|
||||
('../share/static/*', 'share/static')
|
||||
('../share/static/css/*', 'share/static/css'),
|
||||
('../share/static/img/*', 'share/static/img'),
|
||||
('../share/static/js/*', 'share/static/js')
|
||||
],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue