-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion_info.txt
More file actions
31 lines (30 loc) · 856 Bytes
/
version_info.txt
File metadata and controls
31 lines (30 loc) · 856 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
31
# version_info.txt
# UTF-8
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 0, 0, 0),
prodvers=(1, 0, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo([
StringTable(
'040904E4', [
StringStruct('CompanyName', 'Infinitode'),
StringStruct('FileDescription', 'Scriptify - Realtime transcription writing tool for authors.'),
StringStruct('FileVersion', '1.0.0'),
StringStruct('InternalName', 'Scriptify'),
StringStruct('LegalCopyright', '© Infinitode Pty Ltd 2025'),
StringStruct('OriginalFilename', 'Scriptify.exe'),
StringStruct('ProductName', 'Scriptify'),
StringStruct('ProductVersion', '1.0.0')
])
]),
VarFileInfo([VarStruct('Translation', [0x0409, 0x04B0])])
]
)