Fix shortcut icon in Windows.

Add icon to $INSTALL_PATH\icons to try to keep the installation path clean
This commit is contained in:
kytv
2011-08-03 23:21:45 +00:00
parent b04e6fd899
commit 305067fcac
3 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,7 @@
target="java"
commandLine="-jar "$INSTALL_PATH/itoopie.jar""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/logo.png"
iconFile="$INSTALL_PATH/icons/logo.png"
initialState="noShow"
applications="yes"
type="Application"

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -5,10 +5,22 @@
target="$INSTALL_PATH\itoopie.exe"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH\logo.png"
iconFile="$INSTALL_PATH\icons\itoopie.ico"
initialState="noShow"
programGroup="yes"
startMenu="yes"
desktop="yes"
startup="no" />
<shortcut
name="Uninstaller"
programGroup="yes"
startup="no"
target="java"
commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
Categories="Java;Application;Network;"
initialState="noShow"
workingDirectory=""
description="IzPack uninstaller" />
</shortcuts>