Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2021-11-19 20:16:44 -07:00
parent 24e645fb07
commit f840e30f36
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.3.2" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.2.2" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.2.4" # 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/"