mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 18:40:16 +10:00
TUI: Add new icon and sync BundleID
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
BIN
payloads/OC-Patcher-TUI.icns
Normal file
BIN
payloads/OC-Patcher-TUI.icns
Normal file
Binary file not shown.
Reference in New Issue
Block a user