diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-05-19 10:13:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-19 10:13:17 +0200 |
commit | 738e532c5ded79d9e449f18e3845ef9673e83fb8 (patch) | |
tree | a894219b06f84596aee4931529fc9ed3275712f3 /projects/windows/main.spec | |
parent | Merge pull request #1978 from hlohaus/leech (diff) | |
parent | Create windows release, improve styling (diff) | |
download | gpt4free-738e532c5ded79d9e449f18e3845ef9673e83fb8.tar gpt4free-738e532c5ded79d9e449f18e3845ef9673e83fb8.tar.gz gpt4free-738e532c5ded79d9e449f18e3845ef9673e83fb8.tar.bz2 gpt4free-738e532c5ded79d9e449f18e3845ef9673e83fb8.tar.lz gpt4free-738e532c5ded79d9e449f18e3845ef9673e83fb8.tar.xz gpt4free-738e532c5ded79d9e449f18e3845ef9673e83fb8.tar.zst gpt4free-738e532c5ded79d9e449f18e3845ef9673e83fb8.zip |
Diffstat (limited to 'projects/windows/main.spec')
-rw-r--r-- | projects/windows/main.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/windows/main.spec b/projects/windows/main.spec index 35f6d3ac..31cc2bd9 100644 --- a/projects/windows/main.spec +++ b/projects/windows/main.spec @@ -6,7 +6,7 @@ a = Analysis( pathex=[], binaries=[], datas=[], - hiddenimports=['plyer.platforms.linux.filechooser', 'plyer.platforms.win.filechooser'], + hiddenimports=[], hookspath=[], hooksconfig={}, runtime_hooks=[], @@ -42,4 +42,4 @@ coll = COLLECT( upx=True, upx_exclude=[], name='g4f', -)
\ No newline at end of file +) |