GUI: Rename OCLP-Helper

Supports displaying icon as well as more familiar naming on prompt
This commit is contained in:
Mykola Grymalyuk
2023-05-14 20:55:49 -06:00
parent 5929e81337
commit 81247d8cf4
4 changed files with 27 additions and 1 deletions

View File

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

View File

@@ -618,7 +618,7 @@ class Constants:
@property
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
def rsrrepair_userspace_path(self):