sys_patch_dict: Seperate 3802 patch set files

Ensure XPC service is not downgraded
This commit is contained in:
Mykola Grymalyuk
2022-09-07 21:04:22 -06:00
parent 237bb329f2
commit c59f11fea3
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.5.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.6.1" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.6.3" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
self.discord_link = "https://discord.gg/rqdPgH8xSN"