Add preliminary Ventura graphics support

This commit is contained in:
Mykola Grymalyuk
2022-08-22 14:18:43 -06:00
parent 27c24e6d47
commit 4b5d35f5ff
7 changed files with 100 additions and 41 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ from data import os_data
class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.4.11" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.5.2" # PatcherSupportPkg
self.patcher_version = "0.5.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.6.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"