-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathversion_info.txt
More file actions
30 lines (30 loc) · 909 Bytes
/
version_info.txt
File metadata and controls
30 lines (30 loc) · 909 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
28
29
30
# version_info.txt
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 7, 2, 0),
prodvers=(0, 7, 2, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Dungeon Master Tool Open Source'),
StringStruct(u'FileDescription', u'Dungeon Master Tool: https://github.com/elymsyr/dungeon-master-tool'),
StringStruct(u'FileVersion', u'0.7.2'),
StringStruct(u'InternalName', u'dmtool'),
StringStruct(u'LegalCopyright', u'Copyright (c) 2025 Elymsyr'),
StringStruct(u'OriginalFilename', u'DungeonMasterTool.exe'),
StringStruct(u'ProductName', u'Dungeon Master Tool'),
StringStruct(u'ProductVersion', u'0.7.2')])
]
),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)