Add user-configurable Vaulting

Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/86
This commit is contained in:
Mykola Grymalyuk
2021-03-09 18:32:48 -07:00
parent 062c93e77b
commit fef47af891
11 changed files with 238 additions and 1 deletions
+3
View File
@@ -51,6 +51,7 @@ class Constants:
self.gui_mode = False
self.serial_settings = "Minimal"
self.showpicker = True
self.vault = True
# Payload Location
# OpenCore
@@ -137,6 +138,8 @@ class Constants:
# Tools
@property
def macserial_path(self): return self.payload_path / Path("Tools/macserial")
@property
def vault_path(self): return self.payload_path / Path("Tools/CreateVault/sign.command")
# Icons
@property