mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
30 lines
778 B
Plaintext
30 lines
778 B
Plaintext
# 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'),
|
|
StringStruct('FileDescription', 'copyparty uploader / filesearch command'),
|
|
StringStruct('FileVersion', '1.2.3'),
|
|
StringStruct('InternalName', 'u2c'),
|
|
StringStruct('LegalCopyright', '2019, ed'),
|
|
StringStruct('OriginalFilename', 'u2c.exe'),
|
|
StringStruct('ProductName', 'copyparty up2k client'),
|
|
StringStruct('ProductVersion', '1.2.3')])
|
|
]),
|
|
VarFileInfo([VarStruct('Translation', [0, 1200])])
|
|
]
|
|
)
|