Skip to content

Commit b3c4cec

Browse files
committed
build: make .msi install to "nodejs", not "node"
PR-URL: #2701 Reviewed-By: Joao Reis <reis@janeasystems.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent a493dab commit b3c4cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/msi/product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
4141
<Property Id="ARPPRODUCTICON" Value="NodeIcon"/>
42-
<Property Id="ApplicationFolderName" Value="node"/>
42+
<Property Id="ApplicationFolderName" Value="nodejs"/>
4343
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
4444

4545
<Property Id="INSTALLDIR">

0 commit comments

Comments
 (0)