diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f6a97c6f..1273a8b9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -922,7 +922,7 @@ endif() if(APPLE) list(APPEND OC_BUNDLE_RESOURCES - src/res/Clonk.icns + src/res/oc.icns src/res/ocd.icns src/res/ocf.icns src/res/ocg.icns src/res/C4P.icns src/res/ocs.icns src/res/ocu.icns src/res/MainMenu.xib diff --git a/src/res/Info.plist b/src/res/Info.plist index 2abe622c1..0a255fdd3 100644 --- a/src/res/Info.plist +++ b/src/res/Info.plist @@ -150,7 +150,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile - Clonk + oc CFBundleIdentifier ${C4ENGINEID} CFBundleInfoDictionaryVersion diff --git a/src/res/Clonk.icns b/src/res/oc.icns similarity index 100% rename from src/res/Clonk.icns rename to src/res/oc.icns