summaryrefslogtreecommitdiff
path: root/backend/pyinstaller.spec
diff options
context:
space:
mode:
Diffstat (limited to 'backend/pyinstaller.spec')
-rw-r--r--backend/pyinstaller.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/pyinstaller.spec b/backend/pyinstaller.spec
index a9eba6a4..91ff4e5b 100644
--- a/backend/pyinstaller.spec
+++ b/backend/pyinstaller.spec
@@ -6,8 +6,8 @@ from PyInstaller.utils.hooks import copy_metadata
a = Analysis(
['main.py'],
datas=[
- ('locales', 'locales'),
- ('static', 'static'),
+ ('decky_loader/locales', 'decky_loader/locales'),
+ ('decky_loader/static', 'decky_loader/static'),
] + copy_metadata('decky_loader'),
hiddenimports=['logging.handlers', 'sqlite3', 'decky_plugin', 'decky'],
)