sys_patch_dict: Add GVA patches for Ventura

This commit is contained in:
Mykola Grymalyuk
2022-08-23 09:58:27 -06:00
parent c6dc4c28a3
commit 603b5ee153
4 changed files with 47 additions and 10 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.0" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.6.1" # 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"