-
Notifications
You must be signed in to change notification settings - Fork 4
/
version.spec
33 lines (32 loc) · 1.16 KB
/
version.spec
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
31
32
33
# -*- mode: python ; coding: utf-8 -*-
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 2, 4, 0),
prodvers=(0, 2, 4, 0),
mask=0x3f,
flags=0x2, #0x2 - Prerelease, 0x0 - Release
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[
StringStruct(u'CompanyName', u'I_FabrizioG_I'),
StringStruct(u'FileDescription', u'Brawlhalla Mod Loader'),
StringStruct(u'FileVersion', u'0.2.4version'),
StringStruct(u'InternalName', u'BrawlhallaModLoader'),
StringStruct(u'LegalCopyright', u'\xa9 I_FabrizioG_I.'),
StringStruct(u'OriginalFilename', u'BrawlhallaModLoader.exe'),
StringStruct(u'ProductName', u'Brawlhalla Mod Loader'),
StringStruct(u'ProductVersion', u'0.2.4.0')
]
)
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)