Files
i2p.syndie/resources/Win_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

40 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<programGroup defaultName="Syndie" location="applications" />
<shortcut name="Syndie"
programGroup="yes"
desktop="yes"
applications="no"
target="$INSTALL_PATH\bin\syndie.exe"
iconFile="$INSTALL_PATH\doc\web\favicon.ico"
description="Launch Syndie">
<createForPack name="Base" />
</shortcut>
<shortcut name="Syndie (alternate UI)"
programGroup="yes"
desktop="yes"
applications="no"
target="$INSTALL_PATH\bin\syndie-desktop.exe"
iconFile="$INSTALL_PATH\doc\web\favicon.ico"
description="Launch Syndie">
<createForPack name="Base" />
</shortcut>
<shortcut name="Syndie documentation"
programGroup="yes"
desktop="yes"
applications="no"
target="$INSTALL_PATH\doc\web\index.html"
description="Local Syndie documentation">
<createForPack name="Base" />
</shortcut>
<shortcut name="Uninstall Syndie"
programGroup="yes"
desktop="no"
applications="no"
target="$INSTALL_PATH\uninstaller\uninstaller.jar"
description="No more Syndie"
iconFile="$INSTALL_PATH\doc\Uninstaller\uninstall.ico">
<createForPack name="Base" />
</shortcut>
</shortcuts>