sys_patch: Implement legacy wifi support for Ventura

This commit is contained in:
Mykola Grymalyuk
2022-12-19 14:13:17 -07:00
parent 915d38eab1
commit 907ce75295
4 changed files with 40 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.5.4" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.7.1" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.7.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"