mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-25 07:35:36 -04:00
Merge branch 'mig5-693_fix_static_assets_macos' into develop
This commit is contained in:
commit
0e9e729b6f
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ a = Analysis(
|
||||||
('../share/locale/*', 'share/locale'),
|
('../share/locale/*', 'share/locale'),
|
||||||
('../share/static/*', 'share/static'),
|
('../share/static/*', 'share/static'),
|
||||||
('../share/templates/*', 'share/templates'),
|
('../share/templates/*', 'share/templates'),
|
||||||
|
('../share/static/css/*', 'share/static/css'),
|
||||||
|
('../share/static/img/*', 'share/static/img'),
|
||||||
|
('../share/static/js/*', 'share/static/js'),
|
||||||
('../install/licenses/*', 'licenses')
|
('../install/licenses/*', 'licenses')
|
||||||
],
|
],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue