freecol/build/unixShortcutSpec.xml

78 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Specifies the shortcuts to be created by an installer on a UNIX system. -->
<shortcuts>
<skipIfNotSupported/>
<programGroup defaultName="FreeCol" location="applications" />
<shortcut name="FreeCol"
target="$INSTALL_PATH/freecol"
encoding="UTF-8"
categories="Application;Game;StrategyGame"
type="Application"
commandLine="--windowed"
workingDirectory="$INSTALL_PATH"
description="A turn-based strategy game based on 'Sid Meier's Colonization'."
iconFile="$INSTALL_PATH/freecol.xpm"
iconIndex="0"
initialState="normal"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
/>
<shortcut name="FreeCol (full screen)"
target="$INSTALL_PATH/freecol"
encoding="UTF-8"
type="Application"
commandLine="--full-screen"
workingDirectory="$INSTALL_PATH"
categories="Application;Game;StrategyGame"
description="FreeCol - full screen"
iconFile="$INSTALL_PATH/freecol.xpm"
iconIndex="0"
initialState="normal"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
/>
<shortcut name="FreeCol Uninstaller"
target="$INSTALL_PATH/Uninstaller/uninstaller"
encoding="UTF-8"
type="Application"
categories="Application;Game;StrategyGame"
commandLine=""
workingDirectory="$INSTALL_PATH/Uninstaller"
description="Uninstall FreeCol"
iconFile="trashcan_full"
iconIndex="0"
initialState="normal"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
/>
<shortcut name="FreeCol Website"
url="http://www.freecol.org"
encoding="UTF-8"
type="Link"
categories="Application;Game;StrategyGame"
description="The FreeCol Website"
iconFile="$INSTALL_PATH/freecol.xpm"
iconIndex="0"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
/>
</shortcuts>