mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
Updated spec file
This commit is contained in:
parent
ac0d9b012e
commit
cbc0c9242d
|
@ -3,7 +3,7 @@
|
|||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(['deemix_win.py'],
|
||||
a = Analysis(['deemix_gui.py'],
|
||||
binaries=[],
|
||||
datas=[('public', 'public'), ('deemix/app/default.json','deemix/app'), ('./icon.ico', '.')],
|
||||
hiddenimports=['engineio.async_drivers.threading', 'pkg_resources.py2_warn'],
|
||||
|
@ -33,4 +33,4 @@ coll = COLLECT(exe,
|
|||
strip=False,
|
||||
upx=True,
|
||||
upx_exclude=[],
|
||||
name='deemix_win')
|
||||
name='deemix_gui')
|
||||
|
|
Loading…
Reference in a new issue