Remove stop gap “supports_privileged_helper()” code

Intended to handle transition better, now that it’s complete the code is no longer required
This commit is contained in:
Mykola Grymalyuk
2024-05-27 17:11:28 -06:00
parent 1e650637eb
commit 8fb2ee4b83
9 changed files with 19 additions and 104 deletions

View File

@@ -336,11 +336,7 @@ Please check the Github page for more information about this release."""
def install_auto_patcher_launch_agent(self, kdk_caching_needed: bool = False):
"""
Install the Auto Patcher Launch Agent
Installs the following:
- OpenCore-Patcher.app in /Library/Application Support/Dortania/
- com.dortania.opencore-legacy-patcher.auto-patch.plist in /Library/LaunchAgents/
Install patcher launch services
See start_auto_patch() comments for more info
"""