| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -338,7 +338,7 @@ $(PKG): release-only | |||
| 338 | 338 | | sed -E "s/\\{npmversion\\}/$(NPMVERSION)/g" \ | |
| 339 | 339 | > tools/osx-pkg.pmdoc/index.xml | |
| 340 | 340 | $(PACKAGEMAKER) \ | |
| 341 | - --id "org.node.pkg" \ | ||
| 341 | + --id "org.nodejs.pkg" \ | ||
| 342 | 342 | --doc tools/osx-pkg.pmdoc \ | |
| 343 | 343 | --out $(PKG) | |
| 344 | 344 | SIGN="$(PRODUCTSIGN_CERT)" PKG="$(PKG)" bash tools/osx-productsign.sh | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | <pkgref spec="1.12" uuid="053587FE-BDF3-4EF5-815D-281427431048"> | |
| 2 | 2 | <config> | |
| 3 | - <identifier>org.iojs.iojs.pkg</identifier> | ||
| 3 | + <identifier>org.nodejs.node.pkg</identifier> | ||
| 4 | 4 | <version>1.0</version> | |
| 5 | 5 | <description></description> | |
| 6 | 6 | <post-install type="none"/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | <pkgref spec="1.12" uuid="DF0233A3-6B5D-4FBF-8048-8FC57F42278F"> | |
| 2 | 2 | <config> | |
| 3 | - <identifier>org.node.npm.pkg</identifier> | ||
| 3 | + <identifier>org.nodejs.npm.pkg</identifier> | ||
| 4 | 4 | <version>1.0</version> | |
| 5 | 5 | <description></description> | |
| 6 | 6 | <post-install type="none"/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,10 +13,10 @@ | |||
| 13 | 13 | </distribution> | |
| 14 | 14 | <contents> | |
| 15 | 15 | <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"/> | ||
| 17 | 17 | </choice> | |
| 18 | 18 | <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"/> | ||
| 20 | 20 | </choice> | |
| 21 | 21 | </contents> | |
| 22 | 22 | <resources bg-scale="none" bg-align="topleft"> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments