Implement callback

This commit is contained in:
Mykola Grymalyuk
2023-05-06 21:10:53 -06:00
parent f3e2dfc4de
commit f8b2b5a759
6 changed files with 60 additions and 22 deletions

View File

@@ -7,6 +7,7 @@ import plistlib
import shutil
import zipfile
import logging
import time
from pathlib import Path
from datetime import date
@@ -145,6 +146,8 @@ 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()