diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-09 01:01:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:08 +0100 |
| commit | 8d4ec1a1505bb61533319bac814a7b8903a664cb (patch) | |
| tree | 5ba24df5e524334517a935f86c0d24528f99b263 | |
| parent | d61d4c1e6fc75810294821db4a30df1d875dd2c7 (diff) | |
Fix server icons on OS X.
| -rw-r--r-- | platform/osx/dcpomatic2_server.Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/dcpomatic2_server.Info.plist.in b/platform/osx/dcpomatic2_server.Info.plist.in index 276106e69..c4993d4d8 100644 --- a/platform/osx/dcpomatic2_server.Info.plist.in +++ b/platform/osx/dcpomatic2_server.Info.plist.in @@ -9,7 +9,7 @@ <key>CFBundleGetInfoString</key> <string>DCP-o-matic 2 Server</string> <key>CFBundleIconFile</key> - <string>dcpomatic2.icns</string> + <string>dcpomatic2_server.icns</string> <key>CFBundleIdentifier</key> <string>com.dcpomatic.server</string> <key>CFBundleInfoDictionaryVersion</key> |
