diff --git a/build.xml b/build.xml index 5732cadd1..a349fd765 100644 --- a/build.xml +++ b/build.xml @@ -99,6 +99,7 @@ + diff --git a/installer/resources/shortcutSpec.xml b/installer/resources/shortcutSpec.xml index 4f9988f30..e49115d22 100644 --- a/installer/resources/shortcutSpec.xml +++ b/installer/resources/shortcutSpec.xml @@ -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" /> diff --git a/resources/images/thrash-128.ico b/resources/images/thrash-128.ico new file mode 100644 index 000000000..15b17bd56 Binary files /dev/null and b/resources/images/thrash-128.ico differ diff --git a/resources/images/thrash-128.png b/resources/images/thrash-128.png new file mode 100644 index 000000000..0182e020c Binary files /dev/null and b/resources/images/thrash-128.png differ diff --git a/resources/images/thrash-256.png b/resources/images/thrash-256.png new file mode 100644 index 000000000..d0d64384a Binary files /dev/null and b/resources/images/thrash-256.png differ