win: use the new io.js icon
authorBert Belder <bertbelder@gmail.com>
Wed, 14 Jan 2015 02:21:20 +0000 (03:21 +0100)
committerBert Belder <bertbelder@gmail.com>
Wed, 14 Jan 2015 02:25:01 +0000 (03:25 +0100)
PR: https://github.com/iojs/io.js/pull/356
Reviewed-by: Rod Vagg <rod@vagg.com>
src/res/node.ico [deleted file]
src/res/node.rc
tools/msvs/msi/product.wxs

diff --git a/src/res/node.ico b/src/res/node.ico
deleted file mode 100644 (file)
index dad74d3..0000000
Binary files a/src/res/node.ico and /dev/null differ
index 9e76444..526f795 100644 (file)
@@ -3,7 +3,7 @@
 
 
 // Application icon
-1 ICON node.ico
+1 ICON iojs.ico
 
 
 // Version resource
index 18f9936..eb7235c 100755 (executable)
@@ -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"/>