Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d65106e

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

File tree

Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
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
Collapse file

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

Copy file name to clipboardExpand all lines: tools/osx-pkg.pmdoc/01local.xml
+1-1Lines changed: 1 addition & 1 deletion
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"/>
Collapse file

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

Copy file name to clipboardExpand all lines: tools/osx-pkg.pmdoc/02npm.xml
+1-1Lines changed: 1 addition & 1 deletion
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"/>
Collapse file

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

Copy file name to clipboardExpand all lines: tools/osx-pkg.pmdoc/index.xml.tmpl
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.