Skip to content

Commit 584c0a7

Browse files
MagicalTuxclaude
andcommitted
feat: add macOS-specific app icon with full-canvas design
Same terminal session content as Linux/Windows (echo, cterm --version, version output, prompt with block cursor) but without window chrome. macOS applies its own rounded rect mask so the icon fills the full space instead of appearing as a small image inside the system shape. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ca0c1c0 commit 584c0a7

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ jobs:
619619
VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/')
620620
echo "Building icon for version: $VERSION"
621621
622-
# Use macOS-specific icon template (no window chrome, fills full canvas)
622+
# Use macOS-specific icon template
623623
sed "s/{{VERSION}}/$VERSION/g" packaging/macos/icon_template.svg > /tmp/cterm_icon.svg
624624
625625
# Create iconset directory

packaging/macos/icon_template.svg

Lines changed: 21 additions & 7 deletions
Loading

0 commit comments

Comments
 (0)