-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathversioninfo.json.template
More file actions
33 lines (33 loc) · 1.02 KB
/
versioninfo.json.template
File metadata and controls
33 lines (33 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"FixedFileInfo": {
"FileVersion": {
"Major": {{.Major}},
"Minor": {{.Minor}},
"Patch": {{.Patch}}
},
"ProductVersion": {
"Major": {{.Major}},
"Minor": {{.Minor}},
"Patch": {{.Patch}}
}
},
"StringFileInfo": {
"CompanyName": "Bit Cavalier",
"FileDescription": "Nitr is a cross-platform remote monitoring tool written in Golang for system information gathering, making it available through a JSON API.",
"FileVersion": "v{{.Major}}.{{.Minor}}.{{.Patch}}",
"InternalName": "nitr.exe",
"LegalCopyright": "Copyright (c) {{.Year}} Bit Cavalier",
"LegalTrademarks": "",
"OriginalFilename": "nitr.exe",
"PrivateBuild": "",
"ProductName": "nitr",
"ProductVersion": "v{{.Major}}.{{.Minor}}.{{.Patch}}",
"SpecialBuild": ""
},
"VarFileInfo": {
"Translation": {
"LangID": "0409",
"CharsetID": "04B0"
}
}
}