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.
version
1 parent 2f32472 commit ad32603Copy full SHA for ad32603
tools/osx-notarize.sh
@@ -3,10 +3,6 @@
3
# Notarize a generated node-<version>.pkg file as an Apple requirement for installation on macOS Catalina and later, as validated by Gatekeeper.
4
# Uses notarytool and requires Xcode >= 13.0.
5
6
-version() {
7
- echo "$@" | awk -F. '{ printf("%d%03d%03d%03d\n", $1,$2,$3,$4); }' || echo "0"
8
-}
9
-
10
pkgid="$1"
11
12
if [ -z "$pkgid" ]; then
0 commit comments