diff --git a/stacosys.spec b/stacosys.spec index 30a8b39..7a25893 100644 --- a/stacosys.spec +++ b/stacosys.spec @@ -5,7 +5,7 @@ a = Analysis( ['src/stacosys/run.py'], pathex=['src'], 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=[], hookspath=[], hooksconfig={},