summaryrefslogtreecommitdiff
path: root/playoff-gui.spec
diff options
context:
space:
mode:
Diffstat (limited to 'playoff-gui.spec')
-rw-r--r--playoff-gui.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/playoff-gui.spec b/playoff-gui.spec
index f80f0a4..d59a9c7 100644
--- a/playoff-gui.spec
+++ b/playoff-gui.spec
@@ -8,10 +8,10 @@ icon_path = os.path.join('jfr_playoff', 'gui', 'icons')
datas = [(icon_path, os.path.join('res', 'icons'))]
a = Analysis(['gui.py'],
- pathex=[os.path.abspath('.')],
+ pathex=[SPECPATH],
datas=datas,
hiddenimports=['mysql.connector.locales.eng.client_error'],
- hookspath=[],
+ hookspath=['.'],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,