Summary
Investigate and resolve the Windows production app icon issue where the app shows a blue box instead of the intended icon.
Goals
- Identify why the Windows packaged app icon is incorrect in production
- Implement a fix for the Windows icon pipeline
- Verify the fix does not break icon behavior on macOS or Linux
- Document the root cause and validation steps
Scope
- Inspect branding/build/package config for Windows icon assets and paths
- Check whether installer, executable, and app window/taskbar icons are all configured correctly
- Confirm the expected
.ico asset exists and contains appropriate sizes
- Validate cross-platform icon configuration remains intact
Acceptance Criteria
- Windows production build shows the intended app icon instead of a blue box
- No regression to icon behavior on macOS or Linux
- Root cause and fix are documented in the ticket or linked PR
Notes
Requested from OpenClaw Code group chat. Follow repo root AGENTS.md instructions while implementing.
Summary
Investigate and resolve the Windows production app icon issue where the app shows a blue box instead of the intended icon.
Goals
Scope
.icoasset exists and contains appropriate sizesAcceptance Criteria
Notes
Requested from OpenClaw Code group chat. Follow repo root
AGENTS.mdinstructions while implementing.