mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-22 10:25:48 +01:00
16 lines
357 B
JSON
16 lines
357 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}}"
|
|
}
|
|
}
|
|
}
|