Skip to content

Commit 76ffbfc

Browse files
committed
build: make .msi install to "nodejs", not "node"
1 parent cd1625c commit 76ffbfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/msvs/msi/product.wxs

Lines changed: 1 addition & 1 deletion
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)