28 lines
764 B
XML
28 lines
764 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shortcuts>
|
|
<programGroup defaultName="itoopie" location="startMenu" />
|
|
<shortcut name="itoopie"
|
|
description="The simple I2P GUI!"
|
|
target="$INSTALL_PATH\itoopie.exe"
|
|
commandLine=""
|
|
workingDirectory="$INSTALL_PATH"
|
|
iconFile="$INSTALL_PATH\images\logo.ico"
|
|
initialState="noShow"
|
|
programGroup="yes"
|
|
startMenu="yes"
|
|
desktop="yes"
|
|
startup="no" />
|
|
<shortcut
|
|
name="Uninstaller"
|
|
programGroup="yes"
|
|
startMenu="yes"
|
|
desktop="yes"
|
|
startup="no"
|
|
target="java -jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
|
commandLine=""
|
|
iconFile="$INSTALL_PATH\images\thrash.ico"
|
|
iconIndex="0"
|
|
workingDirectory="$INSTALL_PATH"
|
|
description="Uninstall itoopie" />
|
|
</shortcuts>
|