diff --git a/OpenCore-Patcher.spec b/OpenCore-Patcher.spec index 5efaee850..0ec98adb1 100644 --- a/OpenCore-Patcher.spec +++ b/OpenCore-Patcher.spec @@ -35,8 +35,8 @@ exe = EXE(pyz, console=True ) app = BUNDLE(exe, name='OpenCore-Patcher.app', - icon="payloads/OC-Patcher.icns", - bundle_identifier=None, + icon="payloads/OC-Patcher-TUI.icns", + bundle_identifier="com.dortania.opencore-legacy-patcher-tui", info_plist={ "CFBundleShortVersionString": constants.Constants().patcher_version, "CFBundleExecutable": "MacOS/Launcher", diff --git a/payloads/OC-Patcher-TUI.icns b/payloads/OC-Patcher-TUI.icns new file mode 100644 index 000000000..9d0607431 Binary files /dev/null and b/payloads/OC-Patcher-TUI.icns differ