Resolve 1200s Catalyst Bug on non-Metal

This commit is contained in:
Mykola Grymalyuk
2022-04-05 11:08:02 -06:00
parent b3d604b5df
commit 3a9d97131d
2 changed files with 4 additions and 1 deletions
+1 -1
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.4" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.3.6" # 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"