Upload files to "PTPLogger"
This commit is contained in:
@@ -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, 2, 0),
|
||||
prodvers=(1, 1, 2, 0),
|
||||
filevers=(1, 1, 3, 0),
|
||||
prodvers=(1, 1, 3, 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.2.0'),
|
||||
StringStruct(u'FileVersion', u'1.1.3'),
|
||||
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.2')])
|
||||
StringStruct(u'ProductVersion', u'1.1.3')])
|
||||
]),
|
||||
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user