Sync build

This commit is contained in:
Mykola Grymalyuk
2021-11-19 19:41:35 -07:00
parent 5af6c4ac54
commit a519d66e90
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
- OpenCore 0.7.5 - release
- BrcmPatchRAM 2.6.1 - release
- WhateverGreen 1.5.5 - release
- PatcherSupportPkg 0.2.1 - release
- PatcherSupportPkg 0.2.2 - release
- FeatureUnlock 1.0.4 - rolling (4161389)
- Fix AirPlay to Mac on macOS 12.1
- Add macOS InstallAssistant downloader to TUI

View File

@@ -15,7 +15,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.3.2" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.2.1" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.2.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/"