- Makefile: add build-launcher target (builds frontend + Go backend) - GoReleaser: point picoclaw-launcher build to web/backend, add frontend build hook, restore winres hook with updated paths - Restore icon.ico and winres config from main for Windows builds Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"RT_GROUP_ICON": {
|
|
"APP": {
|
|
"0000": "../icon.ico"
|
|
}
|
|
},
|
|
"RT_MANIFEST": {
|
|
"#1": {
|
|
"0409": {
|
|
"identity": {
|
|
"name": "PicoClaw Launcher",
|
|
"version": "0.0.0.0"
|
|
},
|
|
"description": "PicoClaw Launcher - Web-based configuration editor",
|
|
"minimum-os": "win7",
|
|
"execution-level": "asInvoker",
|
|
"dpi-awareness": "system",
|
|
"use-common-controls-v6": true
|
|
}
|
|
}
|
|
}
|
|
}
|