hytos / App.spec @ 69c8fbf0
이력 | 보기 | 이력해설 | 다운로드 (1.83 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 | eb2f9687 | humkyung | ('.\\*.BMP', '.'), |
14 | ('.\\DTI_PID\\DTI_PID\\db\\*.db', 'db'), |
||
15 | 74fb859e | esham21 | ('.\\DTI_PID\\DTI_PID\\db\\*.syl', 'db'), |
16 | eb2f9687 | humkyung | ('.\\DTI_PID\\DTI_PID\\translate\\*.qm', 'translate'), |
17 | ('.\\DTI_PID\\DTI_PID\\Scripts\\*.sql', 'Scripts'), |
||
18 | ccc191e0 | humkyung | ('.\\DTI_PID\\DTI_PID\\Scripts\\MSSQL\\*.sql', 'Scripts\\MSSQL'), |
19 | 202edd8e | humkyung | ('.\\DTI_PID\\DTI_PID\\Datasheets\\*.xlsx', 'Datasheets'), |
20 | eb2f9687 | humkyung | ('.\\DTI_PID\\DTI_PID\\res\\*.svg', 'res'), |
21 | 4d9b7afb | humkyung | ('.\\DTI_PID\\DTI_PID\\UI\\*.ui', 'UI'), |
22 | eb2f9687 | humkyung | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\*.*', 'Tesseract-OCR'), |
23 | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\doc\\*', 'Tesseract-OCR\\doc'), |
||
24 | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\tessdata\\*.*', 'Tesseract-OCR\\tessdata'), |
||
25 | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\tessdata\\configs\\*', 'Tesseract-OCR\\tessdata\\configs'), |
||
26 | ('.\\DTI_PID\DTI_PID\\Tesseract-OCR\\tessdata\\tessconfigs\\*', 'Tesseract-OCR\\tessdata\\tessconfigs')], |
||
27 | hiddenimports=['tkinter'], |
||
28 | hookspath=[], |
||
29 | runtime_hooks=[], |
||
30 | excludes=[], |
||
31 | win_no_prefer_redirects=False, |
||
32 | win_private_assemblies=False, |
||
33 | cipher=block_cipher, |
||
34 | noarchive=False) |
||
35 | 1a08ac9d | humkyung | pyz = PYZ(a.pure, a.zipped_data, |
36 | eb2f9687 | humkyung | cipher=block_cipher) |
37 | 1a08ac9d | humkyung | exe = EXE(pyz, |
38 | eb2f9687 | humkyung | a.scripts, |
39 | [], |
||
40 | exclude_binaries=True, |
||
41 | name='ID2', |
||
42 | debug=False, |
||
43 | bootloader_ignore_signals=False, |
||
44 | strip=False, |
||
45 | upx=True, |
||
46 | 82e979ab | humkyung | console=False, |
47 | 48cabe25 | humkyung | icon='ID2.ico', |
48 | eb2f9687 | humkyung | version='version.rc') |
49 | 1a08ac9d | humkyung | coll = COLLECT(exe, |
50 | eb2f9687 | humkyung | a.binaries, |
51 | a.zipfiles, |
||
52 | a.datas, |
||
53 | strip=False, |
||
54 | upx=True, |
||
55 | name='App') |