
- 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
57 lines
1.9 KiB
XML
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 "$INSTALL_PATH/bin/syndie.jar""
|
|
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 "$INSTALL_PATH/bin/syndie-desktop.jar""
|
|
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 "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
|
workingDirectory=""
|
|
initialState="normal"
|
|
startMenu="no"
|
|
programGroup="yes"
|
|
startup="no"
|
|
encoding="UTF-8"
|
|
terminal="false"
|
|
type="Application"
|
|
iconFile="$INSTALL_PATH/doc/Uninstaller/uninstall.ico" />
|
|
</shortcuts>
|