We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a376284 commit 797f6a9Copy full SHA for 797f6a9
1 file changed
tools/osx-notarize.sh
@@ -48,8 +48,10 @@ xcrun notarytool submit \
48
49
if [ $? -eq 0 ]; then
50
echo "Notarization node-$pkgid.pkg submitted successfully."
51
- exit 0
52
else
53
echo "Notarization node-$pkgid.pkg failed."
54
exit 1
55
fi
+
56
+xcrun stapler staple "node-$pkgid.pkg"
57
+echo "Stapler was successful."
0 commit comments