-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGrabVersion.py
More file actions
33 lines (33 loc) · 1.15 KB
/
Copy pathGrabVersion.py
File metadata and controls
33 lines (33 loc) · 1.15 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
31
32
33
# flake8: noqa
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(2026, 4, 22, 8),
prodvers=(2026, 4, 22, 8),
mask=0x3F,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0),
),
kids=[
StringFileInfo(
[
StringTable(
"040904B0",
[
StringStruct("CompanyName", "TransparentBox Co.\0"),
StringStruct("FileDescription", "Start Youtube-dl GUI\0"),
StringStruct("FileVersion", "2026.4.22.f8\0"),
StringStruct("InternalName", "DownloaderGUI\0"),
StringStruct("LegalCopyright", "\xa9 TransparentBox Co. All rights reserved.\0"),
StringStruct("OriginalFilename", "DownloaderGUI.Exe\0"),
StringStruct("ProductName", "TransparentBox Co. Youtube-dl GUI\0"),
StringStruct("ProductVersion", "2026.4.22.8\0"),
],
)
]
),
VarFileInfo([VarStruct("Translation", [1033, 1200])]),
],
)