From 1f23ceef7f718bc92359e26725cb38921e550a1e Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 22 May 2023 09:44:25 -0600 Subject: [PATCH] sys_patch_helpers.py: Publish signed binaries --- resources/sys_patch/sys_patch_helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/sys_patch/sys_patch_helpers.py b/resources/sys_patch/sys_patch_helpers.py index 366503099..ec8504b6c 100644 --- a/resources/sys_patch/sys_patch_helpers.py +++ b/resources/sys_patch/sys_patch_helpers.py @@ -97,6 +97,7 @@ class SysPatchHelpers: "Commit URL": f"{self.constants.commit_info[2]}", "Kernel Debug Kit Used": f"{kdk_string}", "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)