Merge branch 'mig5-693_fix_static_assets_macos' into develop

This commit is contained in:
Micah Lee 2018-09-02 13:36:30 -07:00
commit 0e9e729b6f
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -21,6 +21,9 @@ a = Analysis(
('../share/locale/*', 'share/locale'),
('../share/static/*', 'share/static'),
('../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')
],
hiddenimports=[],