TUI: Add new icon and sync BundleID

This commit is contained in:
Mykola Grymalyuk
2022-02-02 11:58:04 -07:00
parent 504fb3a617
commit 7fc5de8e27
2 changed files with 2 additions and 2 deletions

View File

@@ -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",