From 39df2aaa28ea38f4ff2d3fe6052203abbfd65cdb Mon Sep 17 00:00:00 2001 From: luctst Date: Fri, 15 May 2026 10:00:43 +0200 Subject: [PATCH] fix: enable hardened runtime for notarization --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57eee9f..db82e89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,6 +112,7 @@ jobs: CODE_SIGN_IDENTITY="Developer ID Application" \ CODE_SIGN_STYLE=Manual \ OTHER_CODE_SIGN_FLAGS=--timestamp \ + ENABLE_HARDENED_RUNTIME=YES \ archive | xcbeautify - name: Export archive @@ -130,6 +131,7 @@ jobs: signingStylemanual teamID${APPLE_TEAM_ID} destinationexport + enableHardenedRuntime EOF