개정판 26b3fef2
issue #1396: 자동 업데이트 기능 추가
Change-Id: I2ad6dde79152bc08301ef82336df271d2c2bbafb
App.spec | ||
---|---|---|
1 | 1 |
# -*- mode: python -*- |
2 | 2 |
|
3 |
winsparkle = '.venv\\Lib\\site-packages\\pywinsparkle\\libs\\x64\\WinSparkle.dll' |
|
3 | 4 |
block_cipher = None |
4 | 5 |
|
5 | 6 |
a = Analysis(['.\\DTI_PID\\DTI_PID\\App.py','.\\DTI_PID\\DTI_PID\\TrainingImageListDialog.py'], |
... | ... | |
7 | 8 |
binaries=[('.\\DTI_PID\\DTI_PID\\bin64\\*.exe', 'bin64'), |
8 | 9 |
('.\\DTI_PID\\DTI_PID\\bin64\\*.dll', 'bin64'), |
9 | 10 |
('.\\DTI_PID\\DTI_PID\\potrace.exe', '.'), |
11 |
(winsparkle, '.') |
|
10 | 12 |
], |
11 | 13 |
datas=[('.\\DTI_PID\\DTI_PID\\*.qss', '.'), |
12 | 14 |
('.\\DTI_PID\\DTI_PID\\*.pdf', '.'), |
내보내기 Unified diff