mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
Fixed icon not showing on builds
This commit is contained in:
parent
c83e9a459e
commit
112714f7a5
|
@ -9,7 +9,7 @@ sys.modules['FixTk'] = None
|
|||
|
||||
a = Analysis(['deemix-pyweb.py'],
|
||||
binaries=[],
|
||||
datas=[('webui/public', 'webui/public'), ('icon.ico', 'icon.ico')],
|
||||
datas=[('webui/public', 'webui/public'), ('icon.ico', '.')],
|
||||
hiddenimports=['engineio.async_drivers.threading', 'pkg_resources.py2_warn'],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
|
Loading…
Reference in a new issue