Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-03 02:57:12 +0400
committerisaacs <i@izs.me>2012-02-03 02:57:12 +0400
commit30fd2f7bb27addadaf4c620eacc77f29a5716e37 (patch)
tree0829d68348e099dae132d74029da5e9c0d5fe8db /tools
parent7e40c7ddc93f9260a3f4b1683ff6f86aff91e761 (diff)
Add npm msysgit bash shim to msi installer
Diffstat (limited to 'tools')
-rw-r--r--tools/msvs/msi/product.wxs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index 1d445d272a9..aa07c1e8eaf 100644
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -46,6 +46,9 @@
<Component Id="npmcmd" Guid="31e9986d-74cd-44e1-878c-194d3e997d32">
<File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm.cmd" />
</Component>
+ <Component Id="npmsh" Guid="57754e12-9269-4198-a38c-2c098bf5276e">
+ <File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm" />
+ </Component>
<?if $(var.Configuration) = Debug ?>
<Component Id="nodepdb" Guid="BEC0F08E-89B3-4C35-A286-8DB8598597F2">
<File Id="filenodepdb" KeyPath="yes" Source="$(var.sourcedir)\node.pdb" />