-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathversion.txt
More file actions
33 lines (33 loc) · 1010 Bytes
/
Copy pathversion.txt
File metadata and controls
33 lines (33 loc) · 1010 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
32
33
# UTF-8
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 6, 1, 0),
prodvers=(1, 6, 1, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
'040904B0',
[
StringStruct('CompanyName', 'topcss'),
StringStruct('FileDescription', 'Docker Image Puller - 无需安装 Docker 或 Python 环境,直接从 Docker 仓库拉取镜像,支持断点续传和多架构'),
StringStruct('FileVersion', '1.9.0.0'),
StringStruct('InternalName', 'DockerPull'),
StringStruct('LegalCopyright', 'MIT License | GitHub: https://github.com/topcss/docker-pull-tar'),
StringStruct('OriginalFilename', 'DockerPull.exe'),
StringStruct('ProductName', 'DockerPull'),
StringStruct('ProductVersion', '1.8.0.0')
]
)
]
),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
)