Skip to content

Commit dcda718

Browse files
committed
Prevent old macOS versions from using the Assets file, they're not going to find the icon in there. Fixes #741
1 parent 78a6f39 commit dcda718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cocoa/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<string>SameBoy</string>
115115
<key>CFBundleIconFile</key>
116116
<string>AppIcon</string>
117-
<key>CFBundleIconName</key>
117+
<key>CFBundleIconName-macos</key>
118118
<string>AppIcon</string>
119119
<key>CFBundleIdentifier</key>
120120
<string>com.github.liji32.sameboy</string>

0 commit comments

Comments
 (0)