hytos / App.spec @ e1ace75a
이력 | 보기 | 이력해설 | 다운로드 (1.49 KB)
1 |
# -*- mode: python -*- |
---|---|
2 |
|
3 |
block_cipher = None |
4 |
|
5 |
|
6 |
a = Analysis(['C:\\Temp\\workspace\\HYTOS\\HYTOS\\HYTOS\\App.py'], |
7 |
pathex=['C:\\Temp\\workspace\\HYTOS\\HYTOS\\HYTOS', 'C:\\Temp\\workspace\\HYTOS\\HYTOS\\HYTOS\\Commands', 'C:\\Temp\\workspace\\HYTOS\\HYTOS\\HYTOS\\Shapes'], |
8 |
binaries=[], |
9 |
datas=[('C:\\Temp\\workspace\\HYTOS\\HYTOS\\HYTOS\\*.qss', '.'), |
10 |
('C:\\Temp\\workspace\\HYTOS\\*.BMP', '.'), |
11 |
('C:\\Temp\\workspace\\HYTOS\\HYTOS\\HYTOS\\db\\*.db', 'db'), |
12 |
('C:\\Temp\\workspace\\HYTOS\\HYTOS\\HYTOS\\translate\\*.qm', 'translate'), |
13 |
('C:\\Temp\\workspace\\HYTOS\\HYTOS\\HYTOS\\Scripts\\*.sql', 'Scripts'), |
14 |
('.\\HYTOS\\HYTOS\\res\\*.svg', 'res'), |
15 |
], |
16 |
hiddenimports=['tkinter'], |
17 |
hookspath=[], |
18 |
runtime_hooks=[], |
19 |
excludes=[], |
20 |
win_no_prefer_redirects=False, |
21 |
win_private_assemblies=False, |
22 |
cipher=block_cipher, |
23 |
noarchive=False) |
24 |
pyz = PYZ(a.pure, a.zipped_data, |
25 |
cipher=block_cipher) |
26 |
exe = EXE(pyz, |
27 |
a.scripts, |
28 |
[], |
29 |
exclude_binaries=True, |
30 |
name='HYTOS', |
31 |
debug=False, |
32 |
bootloader_ignore_signals=False, |
33 |
strip=False, |
34 |
upx=True, |
35 |
console=False ) |
36 |
coll = COLLECT(exe, |
37 |
a.binaries, |
38 |
a.zipfiles, |
39 |
a.datas, |
40 |
strip=False, |
41 |
upx=True, |
42 |
name='App') |