mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +10:00
Increment build
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.0.20
|
||||||
|
|
||||||
## 0.0.19
|
## 0.0.19
|
||||||
- Add SMC-Spoof.kext to avoid triggering `smcupdater`
|
- Add SMC-Spoof.kext to avoid triggering `smcupdater`
|
||||||
- Add Root Volume patching for older machines
|
- Add Root Volume patching for older machines
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.0.19"
|
self.patcher_version = "0.0.20"
|
||||||
self.opencore_commit = "9cd61bb - 2021-03-27"
|
self.opencore_commit = "9cd61bb - 2021-03-27"
|
||||||
self.opencore_version = "0.6.8"
|
self.opencore_version = "0.6.8"
|
||||||
self.lilu_version = "1.5.1"
|
self.lilu_version = "1.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user