Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2022-03-02 08:56:33 -07:00
parent 97a9853526
commit ba82b41cbd
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.4.3" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.3.3" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.3.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/"
self.discord_link = "https://discord.gg/rqdPgH8xSN"