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 ) console=True )
app = BUNDLE(exe, app = BUNDLE(exe,
name='OpenCore-Patcher.app', name='OpenCore-Patcher.app',
icon="payloads/OC-Patcher.icns", icon="payloads/OC-Patcher-TUI.icns",
bundle_identifier=None, bundle_identifier="com.dortania.opencore-legacy-patcher-tui",
info_plist={ info_plist={
"CFBundleShortVersionString": constants.Constants().patcher_version, "CFBundleShortVersionString": constants.Constants().patcher_version,
"CFBundleExecutable": "MacOS/Launcher", "CFBundleExecutable": "MacOS/Launcher",

Binary file not shown.