Skip to content

windows: add real app icon#5

Merged
JacobStephens2 merged 1 commit into
mainfrom
add-app-icon
May 31, 2026
Merged

windows: add real app icon#5
JacobStephens2 merged 1 commit into
mainfrom
add-app-icon

Conversation

@JacobStephens2
Copy link
Copy Markdown
Owner

Replaces the generic default icon with the Cascade brand icon (reused from the web shell's icon-512.png).

  • Generates a multi-resolution Assets/app.ico (16/24/32/48/64/128/256px, PNG-compressed, alpha preserved).
  • <ApplicationIcon> embeds it in Cascade.exe → Explorer, taskbar, Alt-Tab.
  • MainWindow calls AppWindow.SetIcon → live window title bar.

Verified locally: the running window's title bar now shows the brand icon.

🤖 Generated with Claude Code

Generate a multi-resolution app.ico (16-256px) from the web shell's brand
icon and wire it in two places the unpackaged app needs:
- <ApplicationIcon> embeds it in Cascade.exe (Explorer / taskbar / Alt-Tab).
- MainWindow sets it via AppWindow.SetIcon for the live window title bar.

Previously the app showed the generic default icon.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@JacobStephens2 JacobStephens2 merged commit d367d6a into main May 31, 2026
1 check passed
@JacobStephens2 JacobStephens2 deleted the add-app-icon branch May 31, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant