GUI: Add root patching support

This commit is contained in:
Mykola Grymalyuk
2023-05-07 12:05:58 -06:00
parent f8b2b5a759
commit 1204daa330
12 changed files with 367 additions and 53 deletions

View File

@@ -7,7 +7,6 @@ import plistlib
import shutil
import zipfile
import logging
import time
from pathlib import Path
from datetime import date
@@ -146,8 +145,6 @@ class BuildOpenCore:
support.BuildSupport(self.model, self.constants, self.config).cleanup()
self._save_config()
time.sleep(5)
# Post-build handling
support.BuildSupport(self.model, self.constants, self.config).sign_files()
support.BuildSupport(self.model, self.constants, self.config).validate_pathing()