File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ $(PKG): release-only
277277 rm -rf out/deps out/Release
278278 $(PYTHON ) ./configure --without-snapshot --dest-cpu=x64 --tag=$(TAG )
279279 $(MAKE ) install V=$(V ) DESTDIR=$(PKGDIR )
280- SIGN=" $( SIGN ) " PKGDIR=" $( PKGDIR) " bash tools/osx-codesign.sh
280+ SIGN=" $( APP_SIGN ) " PKGDIR=" $( PKGDIR) " bash tools/osx-codesign.sh
281281 lipo $(PKGDIR ) /32/usr/local/bin/node \
282282 $(PKGDIR ) /usr/local/bin/node \
283283 -output $(PKGDIR ) /usr/local/bin/node-universal \
@@ -288,7 +288,7 @@ $(PKG): release-only
288288 --id " org.nodejs.Node" \
289289 --doc tools/osx-pkg.pmdoc \
290290 --out $(PKG )
291- SIGN=" $( SIGN ) " PKG=" $( PKG) " bash tools/osx-productsign.sh
291+ SIGN=" $( INT_SIGN ) " PKG=" $( PKG) " bash tools/osx-productsign.sh
292292
293293$(TARBALL ) : release-only node doc
294294 git archive --format=tar --prefix=$(TARNAME ) / HEAD | tar xf -
You can’t perform that action at this time.
0 commit comments