Skip to content
Prev Previous commit
Next Next commit
Change codesign to sign iojs, not node
  • Loading branch information
remixz committed Feb 14, 2015
commit 5e2c01c6d0a0b102e9f7c2267ee4c4c5c2d3b0d9
4 changes: 2 additions & 2 deletions tools/osx-codesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if ! [ -n "$SIGN" ] && [ $STEP -eq 1 ]; then
exit 0
fi

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