Fix shortcut icon in Windows.
Add icon to $INSTALL_PATH\icons to try to keep the installation path clean
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
target="java"
|
target="java"
|
||||||
commandLine="-jar "$INSTALL_PATH/itoopie.jar""
|
commandLine="-jar "$INSTALL_PATH/itoopie.jar""
|
||||||
workingDirectory="$INSTALL_PATH"
|
workingDirectory="$INSTALL_PATH"
|
||||||
iconFile="$INSTALL_PATH/logo.png"
|
iconFile="$INSTALL_PATH/icons/logo.png"
|
||||||
initialState="noShow"
|
initialState="noShow"
|
||||||
applications="yes"
|
applications="yes"
|
||||||
type="Application"
|
type="Application"
|
||||||
|
BIN
installer/resources/itoopie.ico
Normal file
BIN
installer/resources/itoopie.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -5,10 +5,22 @@
|
|||||||
target="$INSTALL_PATH\itoopie.exe"
|
target="$INSTALL_PATH\itoopie.exe"
|
||||||
commandLine=""
|
commandLine=""
|
||||||
workingDirectory="$INSTALL_PATH"
|
workingDirectory="$INSTALL_PATH"
|
||||||
iconFile="$INSTALL_PATH\logo.png"
|
iconFile="$INSTALL_PATH\icons\itoopie.ico"
|
||||||
initialState="noShow"
|
initialState="noShow"
|
||||||
programGroup="yes"
|
programGroup="yes"
|
||||||
startMenu="yes"
|
startMenu="yes"
|
||||||
desktop="yes"
|
desktop="yes"
|
||||||
startup="no" />
|
startup="no" />
|
||||||
|
|
||||||
|
<shortcut
|
||||||
|
name="Uninstaller"
|
||||||
|
programGroup="yes"
|
||||||
|
startup="no"
|
||||||
|
target="java"
|
||||||
|
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
||||||
|
Categories="Java;Application;Network;"
|
||||||
|
initialState="noShow"
|
||||||
|
workingDirectory=""
|
||||||
|
description="IzPack uninstaller" />
|
||||||
|
|
||||||
</shortcuts>
|
</shortcuts>
|
||||||
|
Reference in New Issue
Block a user