fixed spec file for non-windows OSes

This commit is contained in:
uh_wot 2020-05-06 11:40:02 +02:00
parent aae1b10fca
commit 0c6fbf5507

View file

@ -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=[],