2011-07-21 09:46:25 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<shortcuts>
|
|
|
|
<programGroup defaultName="itoopie" location="startMenu" />
|
2011-08-04 11:09:43 +00:00
|
|
|
<shortcut name="itoopie"
|
|
|
|
description="The simple I2P GUI!"
|
2011-07-21 09:46:25 +00:00
|
|
|
target="$INSTALL_PATH\itoopie.exe"
|
|
|
|
commandLine=""
|
|
|
|
workingDirectory="$INSTALL_PATH"
|
2011-08-04 12:25:50 +00:00
|
|
|
iconFile="$INSTALL_PATH\icons\itoopie-128.ico"
|
2011-07-21 09:46:25 +00:00
|
|
|
initialState="noShow"
|
|
|
|
programGroup="yes"
|
|
|
|
startMenu="yes"
|
|
|
|
desktop="yes"
|
|
|
|
startup="no" />
|
2011-08-03 23:21:45 +00:00
|
|
|
<shortcut
|
2011-08-04 11:09:43 +00:00
|
|
|
name="Uninstaller"
|
|
|
|
programGroup="yes"
|
|
|
|
startMenu="yes"
|
|
|
|
desktop="no"
|
|
|
|
startup="no"
|
2011-08-04 12:25:50 +00:00
|
|
|
target="$INSTALL_PATH/Uninstaller/uninstaller.jar"
|
2011-08-04 11:09:43 +00:00
|
|
|
commandLine=""
|
2011-08-04 11:22:21 +00:00
|
|
|
iconFile="$INSTALL_PATH\icons\thrash-128.ico"
|
2011-08-04 11:09:43 +00:00
|
|
|
iconIndex="0"
|
|
|
|
workingDirectory="$INSTALL_PATH"
|
|
|
|
description="Uninstall itoopie" />
|
2011-07-21 09:46:25 +00:00
|
|
|
</shortcuts>
|