From 0202f4e1fbba19248cc1df684bd1ccedde01d5fe Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 26 May 2024 20:21:04 -0600 Subject: [PATCH] Update Shim: Adjust app icon --- .../OpenCore-Patcher.app/Contents/Info.plist | 2 +- .../Resources/{OC-Patcher.icns => AppIcon.icns} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Resources/{OC-Patcher.icns => AppIcon.icns} (100%) diff --git a/ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Info.plist b/ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Info.plist index 29f687b78..5d212ce54 100644 --- a/ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Info.plist +++ b/ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable OpenCore-Patcher CFBundleIconFile - OC-Patcher.icns + AppIcon.icns CFBundleIdentifier com.dortania.opencore-legacy-patcher-helper CFBundleInfoDictionaryVersion diff --git a/ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Resources/OC-Patcher.icns b/ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Resources/AppIcon.icns similarity index 100% rename from ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Resources/OC-Patcher.icns rename to ci_tooling/update_shim/OpenCore-Patcher.app/Contents/Resources/AppIcon.icns