15 lines
356 B
JSON
15 lines
356 B
JSON
|
{
|
||
|
"fixed": {
|
||
|
"file_version": "{{.Info.ProductVersion}}"
|
||
|
},
|
||
|
"info": {
|
||
|
"0000": {
|
||
|
"ProductVersion": "{{.Info.ProductVersion}}",
|
||
|
"CompanyName": "{{.Info.CompanyName}}",
|
||
|
"FileDescription": "{{.Info.ProductName}}",
|
||
|
"LegalCopyright": "{{.Info.Copyright}}",
|
||
|
"ProductName": "{{.Info.ProductName}}",
|
||
|
"Comments": "{{.Info.Comments}}"
|
||
|
}
|
||
|
}
|
||
|
}
|