diff options
author | emkael <emkael@tlen.pl> | 2020-01-02 00:55:55 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-01-02 00:55:55 +0100 |
commit | 8ec9f68131ff3ff6f3dab3af5f27fa25e6d66f45 (patch) | |
tree | 3e15f1bb69f26b4f4dfa4b9dec72176abe6e671c /playoff-gui.spec | |
parent | 18c8b492ae89319163c4d11d489bf404b6c58e52 (diff) |
Adjustments to the result info client model to make it usable with PyInstallerv2.1.0
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, |