mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Update desktop-build.yml
This commit is contained in:
parent
d8a0c929de
commit
ab43ed6cad
1 changed files with 4 additions and 4 deletions
8
.github/workflows/desktop-build.yml
vendored
8
.github/workflows/desktop-build.yml
vendored
|
|
@ -482,11 +482,11 @@ jobs:
|
||||||
echo "Checking Gatekeepr conformance of the app"
|
echo "Checking Gatekeepr conformance of the app"
|
||||||
codesign --verify --deep --strict --verbose=2 ${{steps.build.outputs.path}}
|
codesign --verify --deep --strict --verbose=2 ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
echo "Assess the application"
|
# echo "Assess the application"
|
||||||
spctl --assess --type execute --verbose ${{steps.build.outputs.path}}
|
# spctl --assess --type execute --verbose ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
echo "Checking Gatekeepr conformance of the app 2"
|
# echo "Checking Gatekeepr conformance of the app 2"
|
||||||
spctl -a -t exec -vv ${{steps.build.outputs.path}}
|
# spctl -a -t exec -vv ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue