mirror of
https://github.com/Dev-Wiki/HarmonyDevTools.git
synced 2025-08-30 01:14:44 +08:00
修改版本号为 1.0.4 发布新版
This commit is contained in:
parent
2590b47137
commit
32f84517de
Binary file not shown.
@ -6,8 +6,8 @@ VSVersionInfo(
|
||||
ffi=FixedFileInfo(
|
||||
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
|
||||
# Set not needed items to zero 0.
|
||||
filevers=(1, 4, 0, 0),
|
||||
prodvers=(1, 4, 0, 0),
|
||||
filevers=(1, 0, 4, 0),
|
||||
prodvers=(1, 0, 4, 0),
|
||||
# Contains a bitmask that specifies the valid bits 'flags'r
|
||||
mask=0x3f,
|
||||
# Contains a bitmask that specifies the Boolean attributes of the file.
|
||||
@ -31,12 +31,12 @@ VSVersionInfo(
|
||||
u'040904B0',
|
||||
[StringStruct(u'CompanyName', u'HarmonyDevTools'),
|
||||
StringStruct(u'FileDescription', u'HarmonyOS/OpenHarmony开发工具'),
|
||||
StringStruct(u'FileVersion', u'1.4.0'),
|
||||
StringStruct(u'FileVersion', u'1.0.4'),
|
||||
StringStruct(u'InternalName', u'HarmonyDevTools'),
|
||||
StringStruct(u'LegalCopyright', u'Copyright (C) 2025 DevWiki'),
|
||||
StringStruct(u'OriginalFilename', u'HarmonyDevTools.exe'),
|
||||
StringStruct(u'ProductName', u'HarmonyDevTools'),
|
||||
StringStruct(u'ProductVersion', u'1.4.0')])
|
||||
StringStruct(u'ProductVersion', u'1.0.4')])
|
||||
]),
|
||||
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user