mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
fixed spec file for non-windows OSes
This commit is contained in:
parent
aae1b10fca
commit
0c6fbf5507
|
@ -5,7 +5,7 @@ block_cipher = None
|
|||
|
||||
a = Analysis(['server.py'],
|
||||
binaries=[],
|
||||
datas=[('public', 'public'), ('deemix\\app\\default.json','deemix\\app')],
|
||||
datas=[('public', 'public'), ('deemix/app/default.json','deemix/app')],
|
||||
hiddenimports=['engineio.async_drivers.threading', 'pkg_resources.py2_warn'],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
|
Loading…
Reference in a new issue