Skip to content

Commit d65106e

Browse files
committed
build: fix .pkg creation tooling
PR-URL: #2687 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 88505bd commit d65106e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ $(PKG): release-only
338338
| sed -E "s/\\{npmversion\\}/$(NPMVERSION)/g" \
339339
> tools/osx-pkg.pmdoc/index.xml
340340
$(PACKAGEMAKER) \
341-
--id "org.node.pkg" \
341+
--id "org.nodejs.pkg" \
342342
--doc tools/osx-pkg.pmdoc \
343343
--out $(PKG)
344344
SIGN="$(PRODUCTSIGN_CERT)" PKG="$(PKG)" bash tools/osx-productsign.sh

tools/osx-pkg.pmdoc/01local.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<pkgref spec="1.12" uuid="053587FE-BDF3-4EF5-815D-281427431048">
22
<config>
3-
<identifier>org.iojs.iojs.pkg</identifier>
3+
<identifier>org.nodejs.node.pkg</identifier>
44
<version>1.0</version>
55
<description></description>
66
<post-install type="none"/>

tools/osx-pkg.pmdoc/02npm.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<pkgref spec="1.12" uuid="DF0233A3-6B5D-4FBF-8048-8FC57F42278F">
22
<config>
3-
<identifier>org.node.npm.pkg</identifier>
3+
<identifier>org.nodejs.npm.pkg</identifier>
44
<version>1.0</version>
55
<description></description>
66
<post-install type="none"/>

tools/osx-pkg.pmdoc/index.xml.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</distribution>
1414
<contents>
1515
<choice title="Node.js" id="choice1" starts_selected="true" starts_enabled="true" starts_hidden="false">
16-
<pkgref id="org.nodejs.pkg"/>
16+
<pkgref id="org.nodejs.node.pkg"/>
1717
</choice>
1818
<choice title="npm" id="choice2" starts_selected="true" starts_enabled="true" starts_hidden="false">
19-
<pkgref id="org.nodejs.node.npm.pkg"/>
19+
<pkgref id="org.nodejs.npm.pkg"/>
2020
</choice>
2121
</contents>
2222
<resources bg-scale="none" bg-align="topleft">

0 commit comments

Comments
 (0)