Added support for thrash-can uninstall icon on windows.

This commit is contained in:
dev
2011-08-04 09:29:47 +00:00
parent 3e58494332
commit 8d524810d9
5 changed files with 2 additions and 1 deletions

View File

@ -99,6 +99,7 @@
<mkdir dir="${build}/images" />
<copy file="${resources}/images/itoopie-256.png" tofile="${dist}/images/logo.png"/>
<copy file="${resources}/images/itoopie-128.ico" tofile="${dist}/images/logo.ico"/>
<copy file="${resources}/images/thrash-128.ico" tofile="${dist}/images/thrash.ico"/>
<copy file="LICENSE" tofile="${dist}/license.txt"/>
<copy file="history.txt" tofile="${dist}/history.txt"/>
<ant target="doAppEXE" />

View File

@ -19,7 +19,7 @@
startup="no"
target="java java -jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
commandLine=""
iconFile="trashcan_full"
iconFile="$INSTALL_PATH\images\thrash.ico"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
description="IzPack uninstaller" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB