Skip to content

Commit

Permalink
win: use the new io.js icon
Browse files Browse the repository at this point in the history
PR: nodejs#356
Reviewed-by: Rod Vagg <rod@vagg.com>
  • Loading branch information
piscisaureus committed Jan 14, 2015
1 parent 0a86241 commit 909df70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed src/res/node.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/res/node.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


// Application icon
1 ICON node.ico
1 ICON iojs.ico


// Version resource
Expand Down
2 changes: 1 addition & 1 deletion tools/msvs/msi/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<MajorUpgrade AllowSameVersionUpgrades="yes"
DowngradeErrorMessage="A later version of io.js is already installed. Setup will now exit."/>

<Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
<Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\iojs.ico"/>
<Property Id="ARPPRODUCTICON" Value="NodeIcon"/>
<Property Id="ApplicationFolderName" Value="iojs"/>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
Expand Down

0 comments on commit 909df70

Please sign in to comment.