Skip to content

Commit 5937d02

Browse files
committed
msi: npm bash shim fixes
1 parent 71527e3 commit 5937d02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/msvs/msi/product.wxs

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm.cmd" />
4848
</Component>
4949
<Component Id="npmsh" Guid="57754e12-9269-4198-a38c-2c098bf5276e">
50-
<File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm" />
50+
<File Id="filenpmsh" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm" />
5151
</Component>
5252
<?if $(var.Configuration) = Debug ?>
5353
<Component Id="nodepdb" Guid="BEC0F08E-89B3-4C35-A286-8DB8598597F2">
@@ -72,6 +72,7 @@
7272
<ComponentGroup Id="allfiles">
7373
<ComponentRef Id="nodeexe"/>
7474
<ComponentRef Id="npmcmd"/>
75+
<ComponentRef Id="npmsh"/>
7576
<ComponentRef Id="npmrc" />
7677
<ComponentRef Id="npmappdata_folder" />
7778
<ComponentGroupRef Id="NPMFiles" />

0 commit comments

Comments
 (0)