Don't add the .exe to the menu for *NIX but add the .jar
This commit is contained in:
@ -53,6 +53,8 @@
|
||||
<resources>
|
||||
<res id="Installer.image" src="installer/resources/itoopielogo.png" />
|
||||
<res id="shortcutSpec.xml" src="installer/resources/shortcutSpec.xml" />
|
||||
<res src="installer/resources/Unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml"/>
|
||||
|
||||
</resources>
|
||||
|
||||
<panels>
|
||||
|
38
installer/resources/Unix_shortcutSpec.xml
Normal file
38
installer/resources/Unix_shortcutSpec.xml
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shortcuts>
|
||||
<skipIfNotSupported/>
|
||||
<programGroup defaultName="itoopie" location="applications" />
|
||||
<shortcut name="itoopie"
|
||||
target="java"
|
||||
commandLine="-jar "$INSTALL_PATH/itoopie.jar""
|
||||
workingDirectory="$INSTALL_PATH"
|
||||
iconFile="$INSTALL_PATH/logo.png"
|
||||
initialState="noShow"
|
||||
applications="yes"
|
||||
type="Application"
|
||||
encoding="UTF-8"
|
||||
terminal="false"
|
||||
KdeSubstUID="false"
|
||||
Categories="Java;Application;Network;"
|
||||
description="The simple I2P GUI!"
|
||||
startMenu="yes"
|
||||
desktop="Yes"
|
||||
startup="no" />
|
||||
<shortcut
|
||||
name="Uninstaller"
|
||||
programGroup="yes"
|
||||
applications="no"
|
||||
startMenu="no"
|
||||
startup="no"
|
||||
target="java"
|
||||
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
||||
Categories="Java;Application;Network;"
|
||||
initialState="noShow"
|
||||
iconFile="trashcan_full"
|
||||
terminal="false"
|
||||
iconIndex="0"
|
||||
workingDirectory=""
|
||||
type="Application"
|
||||
encoding="UTF-8"
|
||||
description="IzPack uninstaller" />
|
||||
</shortcuts>
|
Reference in New Issue
Block a user