-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathversion_info.py
More file actions
30 lines (29 loc) · 1.04 KB
/
Copy pathversion_info.py
File metadata and controls
30 lines (29 loc) · 1.04 KB
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
# pyright: reportUndefinedVariable=false
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 21, 0, 0),
prodvers=(1, 21, 0, 0),
mask=0x3F,
flags=0x0,
OS=0x40004, # VOS_NT_WINDOWS32
fileType=0x1, # VFT_APP
subtype=0x0,
),
kids=[
StringFileInfo([
StringTable(
'040904B0', # Lang: US English, Charset: Unicode
[
StringStruct('CompanyName', 'Jens Duttke'),
StringStruct('FileDescription', 'Usage Monitor for Claude'),
StringStruct('FileVersion', '1.21.0.0'),
StringStruct('InternalName', 'UsageMonitorForClaude'),
StringStruct('OriginalFilename', 'UsageMonitorForClaude.exe'),
StringStruct('ProductName', 'Usage Monitor for Claude'),
StringStruct('ProductVersion', '1.21.0.0'),
],
),
]),
VarFileInfo([VarStruct('Translation', [0x0409, 1200])]),
],
)