mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-02 13:14:12 +00:00
7e9e78fed5
Update shortcut spec format, old format does not work with 5.2.3, new format works with 4.3.0, 5.1.3, and 5.2.3 Format grabbed from ./izpack-dist/src/main/izpack/shortcutSpec.xml in izpack repo https://github.com/izpack/izpack and specified at https://izpack.atlassian.net/wiki/spaces/IZPACK/pages/491733/Shortcut+Specification
57 lines
2.0 KiB
XML
57 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<izpack:shortcuts version="5.0"
|
|
xmlns:izpack="http://izpack.org/schema/shortcuts"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">
|
|
<skipIfNotSupported/>
|
|
<programGroup defaultName="I2P" location="startMenu" />
|
|
<shortcut name="Open I2P Profile Folder (service)"
|
|
target="explorer"
|
|
commandLine=""%programdata%\i2p""
|
|
iconFile="%systemroot%\system32\shell32.dll"
|
|
iconIndex="3"
|
|
initialState="normal"
|
|
startMenu="no"
|
|
programGroup="yes"
|
|
desktop="no"
|
|
startup="no" />
|
|
<shortcut name="Start I2P (no window)"
|
|
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="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=""
|
|
workingDirectory="$INSTALL_PATH"
|
|
iconFile="$INSTALL_PATH\docs\console.ico"
|
|
initialState="normal"
|
|
programGroup="yes"
|
|
startMenu="no"
|
|
desktop="yes"
|
|
startup="no" />
|
|
<shortcut name="Uninstall I2P"
|
|
target="$INSTALL_PATH\uninstaller\uninstaller.jar"
|
|
commandLine=""
|
|
iconFile="$INSTALL_PATH\docs\uninstall.ico"
|
|
initialState="noShow"
|
|
startMenu="no"
|
|
programGroup="yes"
|
|
startup="no" />
|
|
</izpack:shortcuts>
|