hytos / App.spec @ 1caee0eb
이력 | 보기 | 이력해설 | 다운로드 (1.86 KB)
1 | 1a08ac9d | humkyung | # -*- mode: python -*- |
---|---|---|---|
2 | |||
3 | block_cipher = None |
||
4 | |||
5 | eb2f9687 | humkyung | a = Analysis(['.\\DTI_PID\\DTI_PID\\App.py','.\\DTI_PID\\DTI_PID\\TrainingImageListDialog.py'], |
6 | pathex=['.\\DTI_PID\\DTI_PID', '.\\DTI_PID\\DTI_PID\\Commands', '.\\DTI_PID\\DTI_PID\\Shapes','.\\DTI_PID\\DTI_PID\\UI'], |
||
7 | binaries=[('.\\DTI_PID\\DTI_PID\\bin64\\*.exe', 'bin64'), |
||
8 | ('.\\DTI_PID\\DTI_PID\\bin64\\*.dll', 'bin64'), |
||
9 | ('.\\DTI_PID\\DTI_PID\\potrace.exe', '.'), |
||
10 | ], |
||
11 | datas=[('.\\DTI_PID\\DTI_PID\\*.qss', '.'), |
||
12 | bbcf500e | humkyung | ('.\\DTI_PID\\DTI_PID\\*.pdf', '.'), |
13 | 3b8a801a | humkyung | ('.\\*.html', '.'), |
14 | eb2f9687 | humkyung | ('.\\*.BMP', '.'), |
15 | ('.\\DTI_PID\\DTI_PID\\db\\*.db', 'db'), |
||
16 | 74fb859e | esham21 | ('.\\DTI_PID\\DTI_PID\\db\\*.syl', 'db'), |
17 | eb2f9687 | humkyung | ('.\\DTI_PID\\DTI_PID\\translate\\*.qm', 'translate'), |
18 | ('.\\DTI_PID\\DTI_PID\\Scripts\\*.sql', 'Scripts'), |
||
19 | ccc191e0 | humkyung | ('.\\DTI_PID\\DTI_PID\\Scripts\\MSSQL\\*.sql', 'Scripts\\MSSQL'), |
20 | 202edd8e | humkyung | ('.\\DTI_PID\\DTI_PID\\Datasheets\\*.xlsx', 'Datasheets'), |
21 | eb2f9687 | humkyung | ('.\\DTI_PID\\DTI_PID\\res\\*.svg', 'res'), |
22 | 4d9b7afb | humkyung | ('.\\DTI_PID\\DTI_PID\\UI\\*.ui', 'UI'), |
23 | eb2f9687 | humkyung | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\*.*', 'Tesseract-OCR'), |
24 | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\doc\\*', 'Tesseract-OCR\\doc'), |
||
25 | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\tessdata\\*.*', 'Tesseract-OCR\\tessdata'), |
||
26 | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\tessdata\\configs\\*', 'Tesseract-OCR\\tessdata\\configs'), |
||
27 | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\tessdata\\tessconfigs\\*', 'Tesseract-OCR\\tessdata\\tessconfigs')], |
||
28 | a4b07d6b | humkyung | hiddenimports=['tkinter', 'getmac'], |
29 | eb2f9687 | humkyung | hookspath=[], |
30 | runtime_hooks=[], |
||
31 | excludes=[], |
||
32 | win_no_prefer_redirects=False, |
||
33 | win_private_assemblies=False, |
||
34 | cipher=block_cipher, |
||
35 | noarchive=False) |
||
36 | 1a08ac9d | humkyung | pyz = PYZ(a.pure, a.zipped_data, |
37 | eb2f9687 | humkyung | cipher=block_cipher) |
38 | 1a08ac9d | humkyung | exe = EXE(pyz, |
39 | eb2f9687 | humkyung | a.scripts, |
40 | [], |
||
41 | exclude_binaries=True, |
||
42 | name='ID2', |
||
43 | a4b07d6b | humkyung | debug=False, |
44 | eb2f9687 | humkyung | bootloader_ignore_signals=False, |
45 | strip=False, |
||
46 | upx=True, |
||
47 | a4b07d6b | humkyung | console=False, |
48 | 48cabe25 | humkyung | icon='ID2.ico', |
49 | eb2f9687 | humkyung | version='version.rc') |
50 | 1a08ac9d | humkyung | coll = COLLECT(exe, |
51 | eb2f9687 | humkyung | a.binaries, |
52 | a.zipfiles, |
||
53 | a.datas, |
||
54 | strip=False, |
||
55 | upx=True, |
||
56 | name='App') |