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