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