We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a86241 commit 909df70Copy full SHA for 909df70
src/res/node.ico
-97.3 KB
src/res/node.rc
@@ -3,7 +3,7 @@
3
4
5
// Application icon
6
-1 ICON node.ico
+1 ICON iojs.ico
7
8
9
// Version resource
tools/msvs/msi/product.wxs
@@ -25,7 +25,7 @@
25
<MajorUpgrade AllowSameVersionUpgrades="yes"
26
DowngradeErrorMessage="A later version of io.js is already installed. Setup will now exit."/>
27
28
- <Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
+ <Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\iojs.ico"/>
29
<Property Id="ARPPRODUCTICON" Value="NodeIcon"/>
30
<Property Id="ApplicationFolderName" Value="iojs"/>
31
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
0 commit comments