Skip to content

Commit 9ef7607

Browse files
authored
fix: app icon not displaying in Finder and DMG (#41)
- Add CFBundleIconName to Info.plist alongside CFBundleIconFile — modern macOS requires both keys for the icon to render in Finder - Fix @2x icon DPI from 72 to 144 for proper Retina display support
1 parent c214fa0 commit 9ef7607

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

-12 Bytes
Binary file not shown.

scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ cat > "${APP_DIR}/Contents/Info.plist" << EOF
9292
<true/>
9393
<key>CFBundleIconFile</key>
9494
<string>AppIcon</string>
95+
<key>CFBundleIconName</key>
96+
<string>AppIcon</string>
9597
<key>NSMicrophoneUsageDescription</key>
9698
<string>VocaMac needs microphone access to capture your voice for transcription.</string>
9799
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)