gui_main.py: Add remaining patches

This commit is contained in:
Mykola Grymalyuk
2022-04-11 17:05:47 -06:00
parent 45a0824515
commit 27d2b7500a
3 changed files with 28 additions and 0 deletions

View File

@@ -568,6 +568,10 @@ class Constants:
@property
def installer_pkg_path(self):
return self.payload_path / Path("InstallPackage/OCLP-Install.pkg")
@property
def installer_pkg_zip_path(self):
return self.payload_path / Path("InstallPackage/OCLP-Install.pkg.zip")
# Apple Payloads Paths