Fix conflict from develop branch

This commit is contained in:
Miguel Jacq 2018-09-04 11:43:35 +10:00
commit 32f0e39a46
3 changed files with 7 additions and 4 deletions

View file

@ -20,6 +20,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=[],