mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 22:50:51 +10:00
GUI: Rename OCLP-Helper
Supports displaying icon as well as more familiar naming on prompt
This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>OpenCore-Patcher-Helper</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>OpenCore-Patcher-Helper</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string>OC-Patcher.icns</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.dortania.opencore-legacy-patcher-helper</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>OpenCore-Patcher</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
<string>10.10.0</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string>Copyright © 2020-2023 Dortania</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Binary file not shown.
@@ -618,7 +618,7 @@ class Constants:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def oclp_helper_path(self):
|
def oclp_helper_path(self):
|
||||||
return self.payload_path / Path("Tools/OCLP-Helper")
|
return self.payload_path / Path("Tools/OpenCore-Patcher-Helper.app/Contents/MacOS/OpenCore-Patcher-Helper")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def rsrrepair_userspace_path(self):
|
def rsrrepair_userspace_path(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user