Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2021-11-27 11:31:13 -07:00
parent be5f9114af
commit 5298c4ecb8
2 changed files with 2 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.6" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.2.7" # 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/"