Sync PatcherSupportPkg

Resolves Terminal regression in 11.0 from previous PatcherSupportPkg
This commit is contained in:
Mykola Grymalyuk
2022-04-23 20:52:26 -06:00
parent 2f2aaa1cc2
commit 759cd6518c

View File

@@ -15,7 +15,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.4.4" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.3.7" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.3.8" # 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"