
* Added the per-post list of attachments/blogs/etc to the blog view in Syndie (though this does not yet include comments or some further refinements) * Have the I2P shortcut launch i2p.exe instead of i2psvc.exe on windows, removing the dox box (though also removes the restart functionality...) * Give the i2p.exe the correct java.library.path to support the systray dll (thanks Bobcat, Sugadude, anon!)
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shortcuts>
|
|
<programGroup defaultName="I2P" location="startMenu" />
|
|
<shortcut name="Start I2P"
|
|
target="$INSTALL_PATH\I2P.exe"
|
|
commandLine=""
|
|
workingDirectory="$INSTALL_PATH"
|
|
iconFile="$INSTALL_PATH\docs\start.ico"
|
|
initialState="noShow"
|
|
programGroup="yes"
|
|
startMenu="no"
|
|
desktop="yes"
|
|
startup="no" />
|
|
<shortcut name="I2P router console"
|
|
target="$INSTALL_PATH\docs\startconsole.html"
|
|
commandLine=""
|
|
workingDirectory="$INSTALL_PATH"
|
|
iconFile="$INSTALL_PATH\docs\console.ico"
|
|
initialState="noShow"
|
|
programGroup="yes"
|
|
startMenu="no"
|
|
desktop="yes"
|
|
startup="no" />
|
|
<shortcut name="Uninstall I2P"
|
|
target="$INSTALL_PATH\uninstaller\uninstaller.jar"
|
|
commandLine=""
|
|
workingDirectory="$INSTALL_PATH"
|
|
iconFile="$INSTALL_PATH\docs\uninstall.ico"
|
|
initialState="noShow"
|
|
startMenu="no"
|
|
programGroup="yes"
|
|
startup="no" />
|
|
</shortcuts>
|