diff options
Diffstat (limited to 'playoff-gui.spec')
-rw-r--r-- | playoff-gui.spec | 4 |
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, |