mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
msi: npm bash shim fixes
This commit is contained in:
parent
71527e3a55
commit
5937d02aed
3
tools/msvs/msi/product.wxs
Normal file → Executable file
3
tools/msvs/msi/product.wxs
Normal file → Executable file
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user