merge of '5b83c417cf56cb0fc39368baed38bb958395cb4f'
and '98d3e5346970c5ab07af370a6b1ead02a63a78cb'
This commit is contained in:
@ -53,6 +53,8 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<res id="Installer.image" src="installer/resources/itoopielogo.png" />
|
<res id="Installer.image" src="installer/resources/itoopielogo.png" />
|
||||||
<res id="shortcutSpec.xml" src="installer/resources/shortcutSpec.xml" />
|
<res id="shortcutSpec.xml" src="installer/resources/shortcutSpec.xml" />
|
||||||
|
<res src="installer/resources/Unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml"/>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
<panels>
|
<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