From a2200040541c72f673d40b25892d7fb7e54bb7e4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 17 Mar 2026 22:32:38 +0100 Subject: [PATCH] cleanup --- .github/workflows/desktop-build.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 80d518fb2..549634f69 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -474,27 +474,25 @@ jobs: codesign --sign="$MACOS_CERTIFICATE_NAME" --entitlements=".ci/macos.entitlements" --options=runtime --force --deep --timestamp --verbose ${{steps.build.outputs.path}} echo "Inspect/Verify app signature" - codesign -dv --verbose=4 ${{steps.build.outputs.path}} - echo "." - codesign -dv --verbose=1 ${{steps.build.outputs.path}} - echo "." codesign -dv --verbose ${{steps.build.outputs.path}} echo "..." - codesign --verify ${{steps.build.outputs.path}} - echo "." - codesign --verify --deep ${{steps.build.outputs.path}} + codesign --verify --verbose ${{steps.build.outputs.path}} echo "." codesign --verify --deep --verbose ${{steps.build.outputs.path}} - echo "Assess the application" - spctl --assess --type execute --verbose ${{steps.build.outputs.path}} - + echo "... ..." echo "Checking Gatekeepr conformance of the app" codesign --verify --deep --strict --verbose=2 ${{steps.build.outputs.path}} echo "Checking Gatekeepr conformance of the app 2" spctl -a -t exec -vv ${{steps.build.outputs.path}} + + echo "Assess the application" + spctl -a -t exec -vv ${{steps.build.outputs.path}} + echo "." + spctl --assess --type execute --verbose ${{steps.build.outputs.path}} + fi - name: Notarize app bundle