Add ForceBooterSignature support

Resolves hibernation issues
Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/72
This commit is contained in:
Mykola Grymalyuk
2021-03-06 14:58:04 -07:00
parent eb70e4611f
commit 1af5182560
4 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ from pathlib import Path
class Constants:
def __init__(self):
self.patcher_version = "0.0.14"
self.opencore_commit = "cbd2fa3"
self.opencore_version = "0.6.7"
self.opencore_commit = "7bb41aa - 2021-03-06"
self.opencore_version = "0.6.8"
self.lilu_version = "1.5.1"
self.whatevergreen_version = "1.4.8"
self.airportbcrmfixup_version = "2.1.2"