initial commit
This commit is contained in:
29
version_updater.txt
Normal file
29
version_updater.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
VSVersionInfo(
|
||||
ffi=FixedFileInfo(
|
||||
filevers=(1, 0, 0, 0),
|
||||
prodvers=(1, 0, 0, 0),
|
||||
mask=0x3f,
|
||||
flags=0x0,
|
||||
OS=0x4,
|
||||
fileType=0x1,
|
||||
subtype=0x0,
|
||||
date=(0, 0)
|
||||
),
|
||||
kids=[
|
||||
StringFileInfo(
|
||||
[
|
||||
StringTable(
|
||||
'040904B0',
|
||||
[StringStruct('CompanyName', 'Tyler de Zeeuw'),
|
||||
StringStruct('FileDescription', 'FLARES updater application'),
|
||||
StringStruct('FileVersion', '1.0.0.0'),
|
||||
StringStruct('InternalName', 'main.exe'),
|
||||
StringStruct('LegalCopyright', '© 2025 Tyler de Zeeuw'),
|
||||
StringStruct('OriginalFilename', 'flares_updater.exe'),
|
||||
StringStruct('ProductName', 'FLARES Updater'),
|
||||
StringStruct('ProductVersion', '1.0.0.0')])
|
||||
]
|
||||
),
|
||||
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user