Files
i2p.syndie/resources/Unix_shortcutSpec.xml
kytv 71c14915c2 build:
- Add OSX installers (previously there were just app bundles)
- -Dwith.revision=true will build installers/tarballs with the revision in the name
- add aliases for targets
- fix desktop launchers in Unix
2013-01-13 18:45:51 +00:00

57 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<skipIfNotSupported />
<programGroup defaultName="Syndie" location="applications" />
<shortcut name="Syndie"
target="java"
commandLine="-jar &quot;$INSTALL_PATH/bin/syndie.jar&quot;"
workingDirectory="$INSTALL_PATH"
initialState="normal"
programGroup="yes"
startMenu="no"
desktop="yes"
startup="no"
encoding="UTF-8"
terminal="false"
iconFile="$INSTALL_PATH/doc/web/favicon.ico"
type="Application" />
<shortcut name="Syndie (alternate UI)"
target="java"
commandLine="-jar &quot;$INSTALL_PATH/bin/syndie-desktop.jar&quot;"
workingDirectory="$INSTALL_PATH"
initialState="normal"
programGroup="yes"
startMenu="no"
desktop="yes"
startup="no"
encoding="UTF-8"
terminal="false"
iconFile="$INSTALL_PATH/doc/web/favicon.ico"
type="Application" />
<!--
<shortcut name="Syndie documentation"
programGroup="yes"
desktop="yes"
applications="yes"
startMenu="yes"
startup="no"
target="$INSTALL_PATH/doc/web/index.html"
url="$INSTALL_PATH/doc/web/index.html"
type="Link"
encoding="UTF-8"
description="Syndie documentation index" />
-->
<shortcut name="Uninstall Syndie"
target="java"
commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
workingDirectory=""
initialState="normal"
startMenu="no"
programGroup="yes"
startup="no"
encoding="UTF-8"
terminal="false"
type="Application"
iconFile="$INSTALL_PATH/doc/Uninstaller/uninstall.ico" />
</shortcuts>