XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Delete main.spec

afd72311
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -45
Deleted projects/windows/main.spec +0 -45
@@ -1,45 +0,0 @@
1 # -*- mode: python ; coding: utf-8 -*-
2
3
4 a = Analysis(
5 ['main.py'],
6 pathex=[],
7 binaries=[],
8 datas=[],
9 hiddenimports=[],
10 hookspath=[],
11 hooksconfig={},
12 runtime_hooks=[],
13 excludes=[],
14 noarchive=False,
15 )
16 pyz = PYZ(a.pure)
17
18 exe = EXE(
19 pyz,
20 a.scripts,
21 [],
22 exclude_binaries=True,
23 name='g4f',
24 debug=False,
25 bootloader_ignore_signals=False,
26 strip=False,
27 upx=True,
28 console=True,
29 disable_windowed_traceback=False,
30 argv_emulation=False,
31 target_arch=None,
32 codesign_identity=None,
33 entitlements_file=None,
34 icon='icon.ico',
35 )
36 coll = COLLECT(
37 exe,
38 a.binaries,
39 Tree('//host.lan/Data/g4f/gui/client', prefix='client'),
40 a.datas,
41 strip=False,
42 upx=True,
43 upx_exclude=[],
44 name='g4f',
45 )