Add validation checker in CLI

Currently fails due to bootstrap path, will be resolved in future
This commit is contained in:
Mykola Grymalyuk
2021-07-21 19:30:54 -06:00
parent 7fc36ac098
commit 5fefc7185e
5 changed files with 30 additions and 9 deletions

View File

@@ -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):