We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fac833 commit e99a255Copy full SHA for e99a255
graal-nodejs/tools/osx-notarize.sh
@@ -48,5 +48,12 @@ else
48
exit 1
49
fi
50
51
+if ! xcrun spctl --assess --type install --context context:primary-signature --ignore-cache --verbose=2 "node-$pkgid.pkg"; then
52
+ echo "error: Signature will not be accepted by Gatekeeper!" 1>&2
53
+ exit 1
54
+else
55
+ echo "Verification was successful."
56
+fi
57
+
58
xcrun stapler staple "node-$pkgid.pkg"
59
echo "Stapler was successful."
0 commit comments