개정판 e3184788
Version Up to 3.3.2
Change-Id: Ib9e776f8c837ce6d61647ecb42b737123010b840
App.spec | ||
---|---|---|
1 | 1 |
# -*- mode: python -*- |
2 | 2 |
|
3 |
winsparkle = '.venv\\Lib\\site-packages\\pywinsparkle\\libs\\x64\\WinSparkle.dll'
|
|
3 |
winsparkle = '.venv\\Lib\\site-packages\\pywinsparkle\\libs\\x86\\WinSparkle.dll'
|
|
4 | 4 |
block_cipher = None |
5 | 5 |
|
6 | 6 |
a = Analysis(['.\\HYTOS\\HYTOS\\App.py'], |
HYTOSx86.wxs | ||
---|---|---|
298 | 298 |
<Component Id="cmpC9FECA64A985B35F62B2CB3583F6901F" Directory="INSTALLFOLDER" Guid="469FE444-E4F3-413B-A71C-EC855CAD5951"> |
299 | 299 |
<File Id="fil37DFEA4E98A336F9EE46F1E4ACAC3CB2" KeyPath="yes" Source=".\dist\App\_tkinter.pyd" /> |
300 | 300 |
</Component> |
301 |
<Component Id="cmp0523305FE9974D6F97EA71C8088909F7" Directory="INSTALLFOLDER" Guid="7810AA9F-65AF-4E37-AB35-98225176B378"> |
|
302 |
<File Id="fil48ADB7DBD1764E3D98DD5C89E42BA084" KeyPath="yes" Source=".\dist\App\WinSparkle.dll" /> |
|
303 |
</Component> |
|
301 | 304 |
|
302 | 305 |
<!-- AppData Folder --> |
303 | 306 |
<Component Id="cmpC0AFD408E7F7E662677C3B89A69C2A77" Directory="dir2479B4CBD34C5D8E06045ABE7EF6401E" Guid="60BC2210-E250-4309-89A8-79056DB015EB"> |
readme.html | ||
---|---|---|
25 | 25 |
<table width=100% style="border:1px dotted"> |
26 | 26 |
<tr bgcolor='#27AE60' > |
27 | 27 |
<td style="padding-left: 5px; font-weight: bold;" colspan=2> |
28 |
<font color="white" size="5"> HYTOS 3.1.9.0 </font>
|
|
28 |
<font color="white" size="5"> HYTOS 3.3.2.0 </font>
|
|
29 | 29 |
</td> |
30 | 30 |
</tr> |
31 | 31 |
</table> |
... | ... | |
37 | 37 |
<td style="padding-left: 5px; font-weight: bold;" colspan="2"><font color="white" size="3">CHANGES</font></td> |
38 | 38 |
</tr> |
39 | 39 |
|
40 |
<tr><td style="tr-title" colspan="2" bgcolor=lightgray><B>3.3.2.0 [2021.04.27]</B></td></tr> |
|
41 |
<tr><td class="filesChanged">1.</td><td>자동 업데이트 기능 추가</td></tr> |
|
42 |
|
|
40 | 43 |
<tr><td style="tr-title" colspan="2" bgcolor=lightgray><B>3.2.2.0 [2021.03.25]</B></td></tr> |
41 | 44 |
<tr><td class="filesChanged">1.</td><td>Stream Line이 100개가 넘을때 발생하는 오류 수정</td></tr> |
42 | 45 |
|
version.rc | ||
---|---|---|
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 | 9 |
# Local Build $BUILD_NUMBER=0 |
10 |
filevers=(3,2,2,0),
|
|
11 |
prodvers=(3,2,2,0),
|
|
10 |
filevers=(3,3,2,0),
|
|
11 |
prodvers=(3,3,2,0),
|
|
12 | 12 |
# Contains a bitmask that specifies the valid bits 'flags'r |
13 | 13 |
mask=0x3f, |
14 | 14 |
# Contains a bitmask that specifies the Boolean attributes of the file. |
... | ... | |
32 | 32 |
u'040904B0', |
33 | 33 |
[StringStruct(u'CompanyName', u'SECL'), |
34 | 34 |
StringStruct(u'FileDescription', u'Hydraulic Calculator'), |
35 |
StringStruct(u'FileVersion', u'3.2.2.0'),
|
|
35 |
StringStruct(u'FileVersion', u'3.3.2.0'),
|
|
36 | 36 |
StringStruct(u'InternalName', u'HYTOS'), |
37 | 37 |
StringStruct(u'LegalCopyright', u'Copyright(c) SECL'), |
38 | 38 |
StringStruct(u'OriginalFilename', u'HYTOS.exe'), |
39 | 39 |
StringStruct(u'ProductName', u'HYTOS'), |
40 |
StringStruct(u'ProductVersion', u'3.2.2.0')])
|
|
40 |
StringStruct(u'ProductVersion', u'3.3.2.0')])
|
|
41 | 41 |
]), |
42 | 42 |
VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) |
43 | 43 |
] |
내보내기 Unified diff