Skip to content

Commit 30fd2f7

Browse files
committed
Add npm msysgit bash shim to msi installer
1 parent 7e40c7d commit 30fd2f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/msvs/msi/product.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<Component Id="npmcmd" Guid="31e9986d-74cd-44e1-878c-194d3e997d32">
4747
<File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm.cmd" />
4848
</Component>
49+
<Component Id="npmsh" Guid="57754e12-9269-4198-a38c-2c098bf5276e">
50+
<File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm" />
51+
</Component>
4952
<?if $(var.Configuration) = Debug ?>
5053
<Component Id="nodepdb" Guid="BEC0F08E-89B3-4C35-A286-8DB8598597F2">
5154
<File Id="filenodepdb" KeyPath="yes" Source="$(var.sourcedir)\node.pdb" />

0 commit comments

Comments
 (0)