summaryrefslogtreecommitdiff
path: root/tools/osx-codesign.sh
blob: 5c2d1aff34d8fdcd4e6ed4aadd7e3277dcfc2059 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -x
set -e

if [ "X$SIGN" == "X" ]; then
  echo "No SIGN environment var.  Skipping codesign." >&2
  exit 0
fi

codesign -s "$SIGN" "$PKGDIR"/usr/local/bin/node