Add disk type detection

This commit is contained in:
Mykola Grymalyuk
2021-06-23 21:46:42 -06:00
parent db708022e9
commit baaa897d10
3 changed files with 28 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ class Constants:
self.innie_version = "1.3.0"
self.fw_kext = "1.0.0"
self.patcher_support_pkg_version = "0.0.10" # PatcherSupportPkg
self.disk = ""
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()