mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-28 07:17:15 -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/images/*', 'share/images'),
|
||||||
('../share/locale/*', 'share/locale'),
|
('../share/locale/*', 'share/locale'),
|
||||||
('../share/templates/*', 'share/templates'),
|
('../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=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user