Resolve Nvidia Kepler for 12.5

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/1004
This commit is contained in:
Mykola Grymalyuk
2022-08-05 22:10:28 -06:00
parent ba1ebebc54
commit cd1276251c
4 changed files with 9 additions and 29 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.4.10" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.5.1" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.5.2" # 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"