47679269f7
Add a purpose-drawn icon (indigo/violet badge with an orchestration hub-and-spoke glyph) as .svg, a 256px .png, and a multi-resolution .ico (16-256). versioninfo.json drives goversioninfo to embed the icon + metadata into the Windows binaries; the generated .syso objects are build artifacts and gitignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
26 lines
790 B
JSON
26 lines
790 B
JSON
{
|
|
"FixedFileInfo": {
|
|
"FileVersion": { "Major": 0, "Minor": 0, "Patch": 0, "Build": 0 },
|
|
"ProductVersion": { "Major": 0, "Minor": 0, "Patch": 0, "Build": 0 },
|
|
"FileFlagsMask": "3f",
|
|
"FileFlags": "00",
|
|
"FileOS": "040004",
|
|
"FileType": "01",
|
|
"FileSubType": "00"
|
|
},
|
|
"StringFileInfo": {
|
|
"CompanyName": "Grace Solutions",
|
|
"FileDescription": "OrchestrAD - Active Directory Rule Automation Platform",
|
|
"InternalName": "orchestrad",
|
|
"LegalCopyright": "Copyright (c) Grace Solutions",
|
|
"OriginalFilename": "orchestrad.exe",
|
|
"ProductName": "OrchestrAD",
|
|
"ProductVersion": "dev"
|
|
},
|
|
"VarFileInfo": {
|
|
"Translation": { "LangID": "0409", "CharsetID": "04B0" }
|
|
},
|
|
"IconPath": "../resources/icons/orchestrad.ico",
|
|
"ManifestPath": ""
|
|
}
|