개정판 3f85f33a
도면 작업 시 백업 파일 생성
Change-Id: I178207935f5934ca9d59dd39fa90fd44f32224ec
App.spec | ||
---|---|---|
33 | 33 |
[], |
34 | 34 |
exclude_binaries=True, |
35 | 35 |
name='HYTOS', |
36 |
debug=False,
|
|
36 |
debug=True,
|
|
37 | 37 |
bootloader_ignore_signals=False, |
38 | 38 |
strip=False, |
39 | 39 |
upx=True, |
40 |
console=False,
|
|
40 |
console=True,
|
|
41 | 41 |
icon='HYTOS.ico', |
42 | 42 |
version='version.rc') |
43 | 43 |
coll = COLLECT(exe, |
HYTOS/HYTOS/MainWindow.py | ||
---|---|---|
2646 | 2646 |
shutil.copyfile(drawing.org_path, drawing.path) |
2647 | 2647 |
success = app_doc_data.build_drawing_database(drawing.path) |
2648 | 2648 |
if not success: |
2649 |
QMessageBox.information(self, self.tr('Warning'), self.tr(
|
|
2650 |
'The App version is lower than the document version. Please update.')) |
|
2649 |
QMessageBox.information(self, self.tr('Warning'), |
|
2650 |
self.tr('The App version is lower than the document version. Please update.'))
|
|
2651 | 2651 |
return |
2652 | 2652 |
|
2653 | 2653 |
self.patch_data() |
readme.html | ||
---|---|---|
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><strong>3.4.8.0 [2022.03.14]</strong></td></tr> |
|
41 |
<tr><td class="filesChanged">1.</td><td>도면 작업 시 백업 파일 생성</tr> |
|
42 |
|
|
40 | 43 |
<tr><td style="tr-title" colspan="2" bgcolor=lightgray><strong>3.4.6.0 [2021.06.24]</strong></td></tr> |
41 | 44 |
<tr><td class="filesChanged">1.</td><td>Report를 생성할때 도면을 이미지 혹은 SVG 파일로 생성할지 옵션 처리</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,4,7,0),
|
|
11 |
prodvers=(3,4,7,0),
|
|
10 |
filevers=(3,4,8,0),
|
|
11 |
prodvers=(3,4,8,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.4.7.0'),
|
|
35 |
StringStruct(u'FileVersion', u'3.4.8.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.4.7.0')])
|
|
40 |
StringStruct(u'ProductVersion', u'3.4.8.0')])
|
|
41 | 41 |
]), |
42 | 42 |
VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) |
43 | 43 |
] |
내보내기 Unified diff