sys_patch_dict: Rework OpenCL patch set

This commit is contained in:
Mykola Grymalyuk
2022-09-15 21:51:01 -06:00
parent f631f54475
commit a58f2d060a
4 changed files with 69 additions and 22 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.5.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.6.3" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.6.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"