개정판 e1e10a0e
issue #000: add cv2 media player
Change-Id: I17bf2320b2c40be4bcebebdc4b52210005b4343e
App.spec | ||
---|---|---|
7 | 7 |
pathex=['.\\DTI_PID\\DTI_PID', '.\\DTI_PID\\DTI_PID\\Commands', '.\\DTI_PID\\DTI_PID\\Shapes','.\\DTI_PID\\DTI_PID\\UI'], |
8 | 8 |
binaries=[('.\\DTI_PID\\DTI_PID\\bin64\\*.exe', 'bin64'), |
9 | 9 |
('.\\DTI_PID\\DTI_PID\\bin64\\*.dll', 'bin64'), |
10 |
('.\\DTI_PID\\DTI_PID\\cv2\\*.dll', 'cv2'), |
|
10 | 11 |
('.\\DTI_PID\\DTI_PID\\potrace.exe', '.'), |
11 | 12 |
(winsparkle, '.') |
12 | 13 |
], |
... | ... | |
42 | 43 |
[], |
43 | 44 |
exclude_binaries=True, |
44 | 45 |
name='ID2', |
45 |
debug=True,
|
|
46 |
debug=False,
|
|
46 | 47 |
bootloader_ignore_signals=False, |
47 | 48 |
strip=False, |
48 | 49 |
upx=True, |
49 |
console=True,
|
|
50 |
console=False,
|
|
50 | 51 |
icon='ID2.ico', |
51 | 52 |
version='version.rc') |
52 | 53 |
coll = COLLECT(exe, |
내보내기 Unified diff