sys_patch: Add experimental 3802 patches

Not final, highly fragile patches
This commit is contained in:
Mykola Grymalyuk
2023-03-13 11:29:27 -06:00
parent ea80d41ff6
commit 0c68618ddf
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.6.2" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.8.5" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.8.6" # 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"