Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
windows/msi: fix adding node to PATH
Browse files Browse the repository at this point in the history
Closes #3366
  • Loading branch information
japj authored and piscisaureus committed Jun 4, 2012
1 parent 0699f5b commit 7161ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/msvs/msi/product.wxs
Expand Up @@ -51,7 +51,7 @@
Name="PATH"
Part="last"
System="yes"
Value="[NodeRoot]" />
Value="[APPLICATIONROOTDIRECTORY]" />
</Component>
<Component Id="npmcmd" Guid="31e9986d-74cd-44e1-878c-194d3e997d32">
<File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm.cmd" />
Expand Down

0 comments on commit 7161ecd

Please sign in to comment.