Added support for thrash-can uninstall icon on windows.
This commit is contained in:
@ -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" />
|
||||
|
@ -19,7 +19,7 @@
|
||||
startup="no"
|
||||
target="java java -jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
||||
commandLine=""
|
||||
iconFile="trashcan_full"
|
||||
iconFile="$INSTALL_PATH\images\thrash.ico"
|
||||
iconIndex="0"
|
||||
workingDirectory="$INSTALL_PATH"
|
||||
description="IzPack uninstaller" />
|
||||
|
BIN
resources/images/thrash-128.ico
Normal file
BIN
resources/images/thrash-128.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
BIN
resources/images/thrash-128.png
Normal file
BIN
resources/images/thrash-128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
resources/images/thrash-256.png
Normal file
BIN
resources/images/thrash-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
Reference in New Issue
Block a user