From 8ec9f68131ff3ff6f3dab3af5f27fa25e6d66f45 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 2 Jan 2020 00:55:55 +0100 Subject: Adjustments to the result info client model to make it usable with PyInstaller --- playoff-gui.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playoff-gui.spec') 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, -- cgit v1.2.3