This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
snackbar/build/windows/info.json

15 lines
356 B
JSON
Raw Normal View History

2024-04-09 17:00:49 +02:00
{
"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}}"
}
}
}