개정판 590ec615
issue #624: 설치 패키지 오류 수정
Change-Id: Id46c8d74c420d08441a960a47ae49b5144f40e31
build.bat | ||
---|---|---|
2 | 2 |
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
3 | 3 |
SET hhmmss=%hhmmss: =0% |
4 | 4 |
|
5 |
SET PYINSTALLER="C:\Users\humkyung.DOFTECH0\AppData\Local\Programs\Python\Python37\Scripts\pyinstaller.exe" |
|
6 |
SET PYQT5="C:\Users\humkyung.DOFTECH0\AppData\Local\Programs\Python\Python37\Lib\site-packages\PyQt5" |
|
5 |
REM SET PYINSTALLER="C:\Users\humkyung.DOFTECH0\AppData\Local\Programs\Python\Python37\Scripts\pyinstaller.exe"
|
|
6 |
REM SET PYQT5="C:\Users\humkyung.DOFTECH0\AppData\Local\Programs\Python\Python37\Lib\site-packages\PyQt5"
|
|
7 | 7 |
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
8 | 8 |
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
9 | 9 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
... | ... | |
14 | 14 |
|
15 | 15 |
:EOF |
16 | 16 |
ECHO process completed |
17 |
REM exit
|
|
17 |
exit |
|
18 | 18 |
|
19 | 19 |
:ERROR |
20 |
REM exit 1 |
|
20 |
exit 1 |
version.rc | ||
---|---|---|
6 | 6 |
ffi=FixedFileInfo( |
7 | 7 |
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) |
8 | 8 |
# Set not needed items to zero 0. |
9 |
filevers=(1,0,0,0),
|
|
10 |
prodvers=(1,0,0,0),
|
|
9 |
filevers=(1,0,$BUILD_NUMBER,0),
|
|
10 |
prodvers=(1,0,$BUILD_NUMBER,0),
|
|
11 | 11 |
# Contains a bitmask that specifies the valid bits 'flags'r |
12 | 12 |
mask=0x3f, |
13 | 13 |
# Contains a bitmask that specifies the Boolean attributes of the file. |
... | ... | |
31 | 31 |
u'040904B0', |
32 | 32 |
[StringStruct(u'CompanyName', u'DOFTECH'), |
33 | 33 |
StringStruct(u'FileDescription', u'Image Drawing to Intelligent Drawing'), |
34 |
StringStruct(u'FileVersion', u'1.0.0.0'),
|
|
34 |
StringStruct(u'FileVersion', u'1.0.$BUILD_NUMBER.0'),
|
|
35 | 35 |
StringStruct(u'InternalName', u'ID2'), |
36 | 36 |
StringStruct(u'LegalCopyright', u'Copyright(c) DOFTECH'), |
37 | 37 |
StringStruct(u'OriginalFilename', u'ID2.exe'), |
38 | 38 |
StringStruct(u'ProductName', u'ID2'), |
39 |
StringStruct(u'ProductVersion', u'1.0.0.0')])
|
|
39 |
StringStruct(u'ProductVersion', u'1.0.$BUILD_NUMBER.0')])
|
|
40 | 40 |
]), |
41 | 41 |
VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) |
42 | 42 |
] |
내보내기 Unified diff