We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3ce61 commit 8b61c75Copy full SHA for 8b61c75
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