From ab43ed6cade512c96e2441d625ae141762c2d3ad Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 22 Mar 2026 20:50:57 +0100 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 55cf386d7..651694147 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -482,11 +482,11 @@ jobs: echo "Checking Gatekeepr conformance of the app" codesign --verify --deep --strict --verbose=2 ${{steps.build.outputs.path}} - echo "Assess the application" - spctl --assess --type execute --verbose ${{steps.build.outputs.path}} + # echo "Assess the application" + # spctl --assess --type execute --verbose ${{steps.build.outputs.path}} - echo "Checking Gatekeepr conformance of the app 2" - spctl -a -t exec -vv ${{steps.build.outputs.path}} + # echo "Checking Gatekeepr conformance of the app 2" + # spctl -a -t exec -vv ${{steps.build.outputs.path}} fi