-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.txt
More file actions
30 lines (30 loc) · 908 Bytes
/
version.txt
File metadata and controls
30 lines (30 loc) · 908 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
# UTF-8
VSVersionInfo(
ffi=FixedFileInfo(
# 1. Update numeric version (Must be 4 numbers separated by commas)
filevers=(1, 5, 0, 0),
prodvers=(1, 5, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
'040904b0',
[StringStruct('CompanyName', 'Shaswat'),
StringStruct('FileDescription', 'SafeWall - Advanced Internet Access Control Utility'),
StringStruct('FileVersion', '1.5.0'),
StringStruct('InternalName', 'firewall'),
StringStruct('LegalCopyright', '© 2026 Shaswat'),
StringStruct('OriginalFilename', 'SafeWall_GUI_Internet_Blocker.exe'),
StringStruct('ProductName', 'Safe Wall'),
StringStruct('ProductVersion', '1.5.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
)