summaryrefslogtreecommitdiff
path: root/tools/msvs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2015-01-14 03:21:20 +0100
committerBert Belder <bertbelder@gmail.com>2015-01-14 03:25:01 +0100
commit909df706948961002ade35c59023b85c086e76d0 (patch)
tree37906a94f2aa5830fd57d8615a6cfc2e6564d6d1 /tools/msvs
parent0a86241840e0e5c839724da3268417b87ad69100 (diff)
downloadandroid-node-v8-909df706948961002ade35c59023b85c086e76d0.tar.gz
android-node-v8-909df706948961002ade35c59023b85c086e76d0.tar.bz2
android-node-v8-909df706948961002ade35c59023b85c086e76d0.zip
win: use the new io.js icon
PR: https://github.com/iojs/io.js/pull/356 Reviewed-by: Rod Vagg <rod@vagg.com>
Diffstat (limited to 'tools/msvs')
-rwxr-xr-xtools/msvs/msi/product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index 18f9936bfd..eb7235c15f 100755
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -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"/>