Implement Alpha Support for Nvidia Web Drivers

This commit is contained in:
Mykola Grymalyuk
2022-05-25 17:11:50 -06:00
parent 37f428ede6
commit 8f7df604af
5 changed files with 39 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.4.6" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.4.1" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.5.0" # 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"