RomRaider/templates/shortcutSpec-linux.xml.temp...

103 lines
3.1 KiB
Plaintext

<!-- @warning.generated-file@ -->
<shortcuts>
<skipIfNotSupported/>
<programGroup defaultName="@name.package@" location="programGroup"/>
<shortcut
name="@name.package@ ECU Editor"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
target="$JAVA_HOME/bin/java"
commandLine="@jvm.args.linux@ -jar &quot;$INSTALL_PATH/@name.package@.jar&quot;"
initialState="normal"
iconFile="$INSTALL_PATH/graphics/romraider-ico.ico"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
description="@description.package@">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="@name.package@ Logger"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
target="$JAVA_HOME/bin/java"
commandLine="@jvm.args.linux@ -jar &quot;$INSTALL_PATH/@name.package@.jar&quot; -logger"
initialState="normal"
iconFile="$INSTALL_PATH/graphics/romraider-ico.ico"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
description="@description.package@">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="@name.package@ License"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
target=""
workingDirectory=""
commandLine=""
initialState="normal"
iconFile="help"
iconIndex="0"
url="$INSTALL_PATH/license.txt"
type="Link"
encoding="UTF-8"
description="@name.package@ License agreement">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="@name.package@ Release Notes"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
target=""
workingDirectory=""
commandLine=""
initialState="normal"
iconFile="help"
iconIndex="0"
url="$INSTALL_PATH/release_notes.txt"
type="Link"
encoding="UTF-8"
description="@name.package@ Release Notes">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="@name.package@ Uninstaller"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
target="$JAVA_HOME/bin/java"
commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
initialState="normal"
iconFile="trashcan_full"
iconIndex="0"
workingDirectory=""
type="Application"
encoding="UTF-8"
description="@name.package@ uninstaller">
<createForPack name="Base"/>
</shortcut>
</shortcuts>