mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 21:24:40 +10:00
Update binaries
This commit is contained in:
@@ -10,7 +10,7 @@ from pathlib import Path
|
||||
class Constants:
|
||||
def __init__(self):
|
||||
self.patcher_version = "0.0.20"
|
||||
self.opencore_commit = "a57d8df - 2021-03-27"
|
||||
self.opencore_commit = "c528597 - 2021-04-05"
|
||||
self.opencore_version = "0.6.8"
|
||||
self.lilu_version = "1.5.1"
|
||||
self.whatevergreen_version = "1.4.8"
|
||||
|
||||
@@ -284,7 +284,6 @@ class BuildOpenCore:
|
||||
else:
|
||||
print("- Hiding picker and enabling PollAppleHotKeys")
|
||||
self.config["Misc"]["Boot"]["ShowPicker"] = False
|
||||
self.config["Misc"]["Boot"]["PollAppleHotKeys"] = True
|
||||
if self.constants.vault is True:
|
||||
print("- Setting Vault configuration")
|
||||
self.config["Misc"]["Security"]["Vault"] = "Secure"
|
||||
|
||||
Reference in New Issue
Block a user