Skip to content

Commit 909df70

Browse files
committed
win: use the new io.js icon
PR: nodejs#356 Reviewed-by: Rod Vagg <rod@vagg.com>
1 parent 0a86241 commit 909df70

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/res/node.ico

-97.3 KB
Binary file not shown.

src/res/node.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
// Application icon
6-
1 ICON node.ico
6+
1 ICON iojs.ico
77

88

99
// Version resource

tools/msvs/msi/product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<MajorUpgrade AllowSameVersionUpgrades="yes"
2626
DowngradeErrorMessage="A later version of io.js is already installed. Setup will now exit."/>
2727

28-
<Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
28+
<Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\iojs.ico"/>
2929
<Property Id="ARPPRODUCTICON" Value="NodeIcon"/>
3030
<Property Id="ApplicationFolderName" Value="iojs"/>
3131
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>

0 commit comments

Comments
 (0)