mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
fixed public folder path in spec files
This commit is contained in:
parent
dc07808be6
commit
737ce74a63
|
@ -8,7 +8,7 @@ block_cipher = None
|
|||
|
||||
a = Analysis(['deemix_gui.py'],
|
||||
binaries=[],
|
||||
datas=[('webui/public', 'webui'), (f'{dirname(deemix.__file__)}/app/default.json','deemix/app')],
|
||||
datas=[('webui/public', 'webui/public'), (f'{dirname(deemix.__file__)}/app/default.json','deemix/app')],
|
||||
hiddenimports=['engineio.async_drivers.threading', 'pkg_resources.py2_warn'],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
|
|
@ -6,7 +6,7 @@ block_cipher = None
|
|||
|
||||
a = Analysis(['server.py'],
|
||||
binaries=[],
|
||||
datas=[('webui/public', 'webui'), (f'{dirname(deemix.__file__)}/app/default.json','deemix/app')],
|
||||
datas=[('webui/public', 'webui/public'), (f'{dirname(deemix.__file__)}/app/default.json','deemix/app')],
|
||||
hiddenimports=['engineio.async_drivers.threading', 'pkg_resources.py2_warn'],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
|
Loading…
Reference in a new issue