changeset 352:7178bb4dcdfb v0.6

Icons
author Chris Cannam
date Mon, 16 Jun 2014 13:04:09 +0100
parents dc3412006b73
children 546762207901 ffd1a89a68fa
files configure.ac deploy/win32/tony.wxs
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jun 16 13:01:45 2014 +0100
+++ b/configure.ac	Mon Jun 16 13:04:09 2014 +0100
@@ -1,5 +1,5 @@
 
-AC_INIT([Tony], 0.5, cannam@all-day-breakfast.com)
+AC_INIT([Tony], 0.6, cannam@all-day-breakfast.com)
 
 AC_CONFIG_SRCDIR(src/main.cpp)
 
--- a/deploy/win32/tony.wxs	Mon Jun 16 13:01:45 2014 +0100
+++ b/deploy/win32/tony.wxs	Mon Jun 16 13:04:09 2014 +0100
@@ -76,6 +76,8 @@
                     Id="TStartEntry"
                     Directory="ProgramMenuDir"
                     Name="Tony"
+		    Icon="winicon.ico"
+		    IconIndex="0"
                     WorkingDirectory="INSTALLDIR"
                     Advertise="yes"/>
 
@@ -83,6 +85,8 @@
                     Id="TDesktop"
                     Directory="DesktopFolder"
                     Name="Tony"
+		    Icon="winicon.ico"
+		    IconIndex="0"
                     WorkingDirectory="INSTALLDIR"
                     Advertise="yes"/>
               </File>