Update desktop-build.yml

This commit is contained in:
tooomm 2026-03-22 20:50:57 +01:00 committed by GitHub
parent d8a0c929de
commit ab43ed6cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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