Mercurial > hg > tony
diff deploy/win32/tony.wxs @ 352:7178bb4dcdfb v0.6
Icons
author | Chris Cannam |
---|---|
date | Mon, 16 Jun 2014 13:04:09 +0100 |
parents | 7777fa612a16 |
children | 2391a9d0b7df |
line wrap: on
line diff
--- 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>