mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
sys_patch_helpers.py: Publish signed binaries
This commit is contained in:
@@ -97,6 +97,7 @@ class SysPatchHelpers:
|
|||||||
"Commit URL": f"{self.constants.commit_info[2]}",
|
"Commit URL": f"{self.constants.commit_info[2]}",
|
||||||
"Kernel Debug Kit Used": f"{kdk_string}",
|
"Kernel Debug Kit Used": f"{kdk_string}",
|
||||||
"OS Version": f"{self.constants.detected_os}.{self.constants.detected_os_minor} ({self.constants.detected_os_build})",
|
"OS Version": f"{self.constants.detected_os}.{self.constants.detected_os_minor} ({self.constants.detected_os_build})",
|
||||||
|
"Custom Signature": bool(Path(self.constants.payload_local_binaries_root_path / ".signed").exists()),
|
||||||
}
|
}
|
||||||
|
|
||||||
data.update(patchset)
|
data.update(patchset)
|
||||||
|
|||||||
Reference in New Issue
Block a user