mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-20 18:54:30 +10:00
Add validation checker in CLI
Currently fails due to bootstrap path, will be resolved in future
This commit is contained in:
@@ -13,8 +13,8 @@ from Resources import device_probe
|
||||
class Constants:
|
||||
def __init__(self):
|
||||
self.patcher_version = "0.2.4"
|
||||
self.opencore_commit = "4e0ff2d - 05-23-2021"
|
||||
self.opencore_version = "0.7.0"
|
||||
self.opencore_commit = "be2d9fe - 07-2-2021"
|
||||
self.opencore_version = "0.7.1"
|
||||
self.lilu_version = "1.5.4"
|
||||
self.whatevergreen_version = "1.5.1"
|
||||
self.airportbcrmfixup_version = "2.1.3"
|
||||
@@ -405,6 +405,10 @@ class Constants:
|
||||
def vault_path(self):
|
||||
return self.payload_path / Path("Tools/CreateVault/sign.command")
|
||||
|
||||
@property
|
||||
def ocvalidate_path(self):
|
||||
return self.payload_path / Path("Tools/ocvalidate")
|
||||
|
||||
# Icons
|
||||
@property
|
||||
def app_icon_path(self):
|
||||
|
||||
Reference in New Issue
Block a user