diff options
-rw-r--r-- | osx/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in index 9fb93c4..4a6cf95 100644 --- a/osx/Info.plist.in +++ b/osx/Info.plist.in @@ -12,6 +12,8 @@ <string>@PATCHAGE_VERSION@, Copyright © 2014 David Robillard</string> <key>CFBundleIconFile</key> <string>Patchage</string> + <key>CFBundleIconFile</key> + <string>Patchage.icns</string> <key>CFBundleIdentifier</key> <string>net.drobilla.Patchage</string> <key>CFBundleName</key> @@ -32,8 +34,6 @@ <string>Resources/fonts.conf</string> <key>PANGO_RC_FILE</key> <string>Resources/pangorc</string> - <key>GTK2_RC_FILES</key> - <string>Resources/gtkrc</string> </dict> </dict> </plist> |