Added icon to spec file

This commit is contained in:
RemixDev 2020-08-26 21:21:10 +02:00
parent 9dbbecfa6b
commit 88fcc37954

View file

@ -9,11 +9,11 @@ sys.modules['FixTk'] = None
a = Analysis(['deemix-pyweb.py'], a = Analysis(['deemix-pyweb.py'],
binaries=[], binaries=[],
datas=[('webui/public', 'webui/public')], datas=[('webui/public', 'webui/public'), ('icon.ico', 'icon.ico')],
hiddenimports=['engineio.async_drivers.threading', 'pkg_resources.py2_warn'], hiddenimports=['engineio.async_drivers.threading', 'pkg_resources.py2_warn'],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'], excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter', 'mkl', 'whl'],
win_no_prefer_redirects=False, win_no_prefer_redirects=False,
win_private_assemblies=False, win_private_assemblies=False,
cipher=block_cipher, cipher=block_cipher,