-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathversioninfo
More file actions
27 lines (27 loc) · 761 Bytes
/
versioninfo
File metadata and controls
27 lines (27 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 2, 1, 0),
prodvers=(0, 2, 1, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[StringTable(
u'080904B0',
[StringStruct(u'CompanyName', u'taizou'),
StringStruct(u'FileDescription', u'frogtool'),
StringStruct(u'FileVersion', u'0.2.1'),
StringStruct(u'InternalName', u'frogtool'),
StringStruct(u'LegalCopyright', u'by taizou 2023'),
StringStruct(u'OriginalFilename', u'frogtool.exe'),
StringStruct(u'ProductName', u'frogtool'),
StringStruct(u'ProductVersion', u'0.2.1')])
]),
VarFileInfo([VarStruct(u'Translation', [2057, 1200])])
]
)