From 4c5cf136e22db38dc2efc03e91bfe8283f3c7642 Mon Sep 17 00:00:00 2001 From: Ryu481 <142620516+Ryu481@users.noreply.github.com> Date: Sun, 3 Aug 2025 19:53:04 +0200 Subject: [PATCH] noHardenedRuntime --- .github/workflows/ci_macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 0b288400e..abc6c9f7d 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -131,7 +131,7 @@ jobs: macdeployqt "$appName.app" -no-strip # code signing xattr -cr "$appName.app" - codesign --force --sign - --options runtime \ + codesign --force --sign - \ "$appName.app" \ "$appName.app/Contents/Frameworks"/* \ "$appName.app/Contents/MacOS/$appName"