Skip to content

Commit fd18fae

Browse files
authored
Add files via upload
1 parent 3cf3f0b commit fd18fae

10 files changed

Lines changed: 119705 additions & 0 deletions

V1.2.spec

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# -*- mode: python ; coding: utf-8 -*-
2+
3+
4+
a = Analysis(
5+
['V1.2.py'],
6+
pathex=[],
7+
binaries=[],
8+
datas=[],
9+
hiddenimports=[],
10+
hookspath=[],
11+
hooksconfig={},
12+
runtime_hooks=[],
13+
excludes=[],
14+
noarchive=False,
15+
optimize=0,
16+
)
17+
pyz = PYZ(a.pure)
18+
19+
exe = EXE(
20+
pyz,
21+
a.scripts,
22+
a.binaries,
23+
a.datas,
24+
[],
25+
name='V1.2',
26+
debug=False,
27+
bootloader_ignore_signals=False,
28+
strip=False,
29+
upx=True,
30+
upx_exclude=[],
31+
runtime_tmpdir=None,
32+
console=False,
33+
disable_windowed_traceback=False,
34+
argv_emulation=False,
35+
target_arch=None,
36+
codesign_identity=None,
37+
entitlements_file=None,
38+
icon=['ChatPro.ico'],
39+
)

build/V1.2/Analysis-00.toc

Lines changed: 61492 additions & 0 deletions
Large diffs are not rendered by default.

build/V1.2/EXE-00.toc

Lines changed: 29098 additions & 0 deletions
Large diffs are not rendered by default.

build/V1.2/PKG-00.toc

Lines changed: 29076 additions & 0 deletions
Large diffs are not rendered by default.

build/V1.2/base_library.zip

1.27 MB
Binary file not shown.
4.63 KB
Binary file not shown.
31.5 KB
Binary file not shown.
6.03 KB
Binary file not shown.
1.6 KB
Binary file not shown.

build/V1.2/localpycs/struct.pyc

305 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)