Upload files to "PTPLogger"

This commit is contained in:
2026-06-18 12:52:27 +10:00
parent abc785cad9
commit 1348f7bd90
2 changed files with 44 additions and 6 deletions
+4 -4
View File
@@ -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, 1, 3, 0),
prodvers=(1, 1, 3, 0),
filevers=(1, 1, 4, 0),
prodvers=(1, 1, 4, 0),
# Contains a bitmask that specifies the valid bits 'flags'
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'A Pointless Space'),
StringStruct(u'FileDescription', u'PTP Log Grapher'),
StringStruct(u'FileVersion', u'1.1.3'),
StringStruct(u'FileVersion', u'1.1.4'),
StringStruct(u'InternalName', u'PTPLogGrapher'),
StringStruct(u'LegalCopyright', u''),
StringStruct(u'OriginalFilename', u'PTPLogGrapher.exe'),
StringStruct(u'ProductName', u'PTP Log Grapher'),
StringStruct(u'ProductVersion', u'1.1.3')])
StringStruct(u'ProductVersion', u'1.1.4')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]