Files
copyparty/scripts/pyinstaller/up2k.rc

30 lines
778 B
Plaintext
Raw Normal View History

2023-03-07 22:58:14 +00:00
# UTF-8
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1,2,3,0),
prodvers=(1,2,3,0),
mask=0x3f,
flags=0x0,
OS=0x4,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
'000004b0',
[StringStruct('CompanyName', 'ocv.me'),
2023-03-09 22:11:39 +00:00
StringStruct('FileDescription', 'copyparty uploader / filesearch command'),
2023-03-07 22:58:14 +00:00
StringStruct('FileVersion', '1.2.3'),
2023-05-07 15:35:56 +00:00
StringStruct('InternalName', 'u2c'),
2023-03-07 22:58:14 +00:00
StringStruct('LegalCopyright', '2019, ed'),
2023-05-07 15:35:56 +00:00
StringStruct('OriginalFilename', 'u2c.exe'),
2023-03-09 22:11:39 +00:00
StringStruct('ProductName', 'copyparty up2k client'),
2023-03-07 22:58:14 +00:00
StringStruct('ProductVersion', '1.2.3')])
]),
VarFileInfo([VarStruct('Translation', [0, 1200])])
]
)