diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-01-22 10:38:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 10:38:37 +0000 |
commit | 7e3d1058a68506f2951d9f5343e1c9e938f5e035 (patch) | |
tree | 25416725fa5f96109713bdb9e2677a363a461887 /melon.plist.in | |
parent | 1e4c0c9d7280aa34c06269867970a4a9eeddb9eb (diff) |
Fix blank melonDS app icon on macOS
Diffstat (limited to 'melon.plist.in')
-rw-r--r-- | melon.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/melon.plist.in b/melon.plist.in index 1e05a3a..be255af 100644 --- a/melon.plist.in +++ b/melon.plist.in @@ -5,7 +5,7 @@ <key>CFBundleExecutable</key> <string>melonDS</string> <key>CFBundleIconFile</key> - <string>melonDS.icns</string> + <string>melon.icns</string> <key>CFBundleIdentifier</key> <string>net.kuribo64.melonDS</string> <key>CFBundleDevelopmentRegion</key> |