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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-03 04:56:23 +0400
committerisaacs <i@izs.me>2012-02-03 04:56:42 +0400
commit5937d02aed663ca0832f2bad09620ee50579695c (patch)
tree8842642726d0e4dcc8ab7c1904d9f0fb5c36f65d
parent71527e3a55b4a0ce895e62f74d5407317336d64b (diff)
msi: npm bash shim fixes
-rwxr-xr-x[-rw-r--r--]tools/msvs/msi/product.wxs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index aa07c1e8eaf..889fd37f1d5 100644..100755
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -47,7 +47,7 @@
<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" />
+ <File Id="filenpmsh" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm" />
</Component>
<?if $(var.Configuration) = Debug ?>
<Component Id="nodepdb" Guid="BEC0F08E-89B3-4C35-A286-8DB8598597F2">
@@ -72,6 +72,7 @@
<ComponentGroup Id="allfiles">
<ComponentRef Id="nodeexe"/>
<ComponentRef Id="npmcmd"/>
+ <ComponentRef Id="npmsh"/>
<ComponentRef Id="npmrc" />
<ComponentRef Id="npmappdata_folder" />
<ComponentGroupRef Id="NPMFiles" />