changeset 568:eb65dd31d293

Rename icon in wxs file
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Wed, 29 Feb 2012 14:54:59 +0000
parents a25706487852
children 763724ed7919
files easyhg.wxs
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/easyhg.wxs	Wed Feb 29 14:31:26 2012 +0000
+++ b/easyhg.wxs	Wed Feb 29 14:54:59 2012 +0000
@@ -44,7 +44,7 @@
                     Directory="ProgramMenuDir"
                     Name="EasyMercurial"
                     WorkingDirectory="INSTALLDIR"
-                    Icon="easyhg-icon.ico"
+                    Icon="easyhg.ico"
                     IconIndex="0"
                     Advertise="yes"/>
 
@@ -53,7 +53,7 @@
                     Directory="DesktopFolder"
                     Name="EasyMercurial"
                     WorkingDirectory="INSTALLDIR"
-                    Icon="easyhg-icon.ico"
+                    Icon="easyhg.ico"
                     IconIndex="0"
                     Advertise="yes"/>
               </File>
@@ -99,8 +99,8 @@
     </Feature>
 
     <Icon
-        Id="easyhg-icon.ico"
-        SourceFile="easyhg-icon.ico"/>
+        Id="easyhg.ico"
+        SourceFile="easyhg.ico"/>
 
   </Product>
 </Wix>