* 2006-02-16 0.6.1.10 released
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shortcuts>
|
||||
<programGroup defaultName="I2P" location="startMenu" />
|
||||
<shortcut name="Start I2P"
|
||||
<shortcut name="Start I2P (no window)"
|
||||
target="$INSTALL_PATH\I2P.exe"
|
||||
commandLine=""
|
||||
workingDirectory="$INSTALL_PATH"
|
||||
@ -11,6 +11,16 @@
|
||||
startMenu="no"
|
||||
desktop="yes"
|
||||
startup="no" />
|
||||
<shortcut name="Start I2P (restartable)"
|
||||
target="$INSTALL_PATH\I2Psvc.exe"
|
||||
commandLine="-c wrapper.config"
|
||||
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=""
|
||||
|
Reference in New Issue
Block a user