git-lfs/versioninfo.json
Sebastian Schuberth 87d0037f23 Specify the embedded Windows icon as part of versioninfo.json
As of [1] goversioninfo supports specifying the icon to embed as part of
versioninfo.json. Use that new mechanism for consistency with specifying
other meta-data fields.

[1] https://github.com/josephspurrier/goversioninfo/pull/17
2017-12-05 09:49:14 +01:00

20 lines
364 B
JSON

{
"FixedFileInfo":
{
"FileVersion": {
"Major": 2,
"Minor": 3,
"Patch": 4,
"Build": 0
}
},
"StringFileInfo":
{
"FileDescription": "Git LFS",
"LegalCopyright": "GitHub, Inc. and Git LFS contributors",
"ProductName": "Git Large File Storage (LFS)",
"ProductVersion": "2.3.4"
},
"IconPath": "script/windows-installer/git-lfs-logo.ico"
}