include property files in pyinstaller executable

main
Yax 4 weeks ago
parent fe21b9ac0e
commit dc776881e4

@ -5,7 +5,7 @@ a = Analysis(
['src/stacosys/run.py'], ['src/stacosys/run.py'],
pathex=['src'], pathex=['src'],
binaries=[], binaries=[],
datas=[('src/stacosys/interface/templates/*.html', 'src/stacosys/interface/templates/')], datas=[('src/stacosys/interface/templates/*.html', 'stacosys/interface/templates/'), ('src/stacosys/i18n/*.properties', 'stacosys/i18n/')],
hiddenimports=[], hiddenimports=[],
hookspath=[], hookspath=[],
hooksconfig={}, hooksconfig={},

Loading…
Cancel
Save