mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
Implement callback
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user