Update file version info

This commit is contained in:
Yanam1Anna 2025-02-05 21:09:49 +08:00
parent 9091b9bd44
commit 6e3f1415c8

View File

@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo( ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0. # Set not needed items to zero 0.
filevers=(4, 3, 0, 29456), filevers=(4, 8, 6, 17218),
prodvers=(4, 3, 0, 29456), prodvers=(4, 8, 6, 17218),
# Contains a bitmask that specifies the valid bits 'flags'r # Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f, mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file. # Contains a bitmask that specifies the Boolean attributes of the file.
@ -31,12 +31,12 @@ VSVersionInfo(
'040904b0', '040904b0',
[StringStruct('CompanyName', ''), [StringStruct('CompanyName', ''),
StringStruct('FileDescription', 'FRAISEMOE Addons Installer'), StringStruct('FileDescription', 'FRAISEMOE Addons Installer'),
StringStruct('FileVersion', '4.3.0.29456'), StringStruct('FileVersion', '4.8.6.17218'),
StringStruct('InternalName', 'FRAISEMOE Addons Installer'), StringStruct('InternalName', 'FRAISEMOE Addons Installer'),
StringStruct('LegalCopyright', ''), StringStruct('LegalCopyright', ''),
StringStruct('OriginalFilename', ''), StringStruct('OriginalFilename', ''),
StringStruct('ProductName', 'FRAISEMOE Addons Installer'), StringStruct('ProductName', 'FRAISEMOE Addons Installer'),
StringStruct('ProductVersion', '4.3.0.29456'), StringStruct('ProductVersion', '4.8.6.17218'),
StringStruct('SquirrelAwareVersion', '1'), StringStruct('SquirrelAwareVersion', '1'),
StringStruct('', '')]) StringStruct('', '')])
]), ]),