mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-28 00:39:37 -05:00
Fix installation of static assets on MacOS and probably Windows too
This commit is contained in:
parent
8658589b2d
commit
41c10b1ea2
@ -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…
Reference in New Issue
Block a user