Added the application logo (#12)

Added the application logo.
This commit was merged in pull request #12.
This commit is contained in:
2024-07-07 16:34:44 +00:00
parent d6dc8405dd
commit b33df4b447
12 changed files with 46 additions and 8 deletions

15
build/windows/info.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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}}"
}
}
}