include property files in pyinstaller executable
This commit is contained in:
parent
fe21b9ac0e
commit
dc776881e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue