Updating shortcuts category.

This commit is contained in:
Stian Grenborgen 2007-07-13 09:04:20 +00:00
parent ee960104e1
commit 6c7b78d597
1 changed files with 12 additions and 9 deletions

View File

@ -1,17 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<?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"/>
<programGroup defaultName="FreeCol" location="applications" />
<shortcut name="FreeCol"
target="$INSTALL_PATH/freecol"
encoding="UTF-8"
type="Application"
commandLine=""
workingDirectory="$INSTALL_PATH"
categories="Application;Game;StrategyGame"
description="FreeCol"
iconFile="$INSTALL_PATH/freecol.xpm"
iconIndex="0"
@ -22,10 +23,11 @@
startMenu="no"
startup="no"
/>
<shortcut name="FreeCol (windowed)"
target="$INSTALL_PATH/freecol"
encoding="UTF-8"
categories="Application;Game;StrategyGame"
type="Application"
commandLine="--windowed"
workingDirectory="$INSTALL_PATH"
@ -39,11 +41,12 @@
startMenu="no"
startup="no"
/>
<shortcut name="Uninstaller"
<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"
@ -56,11 +59,12 @@
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"
@ -69,6 +73,5 @@
applications="no"
startMenu="no"
startup="no"
/>
/>
</shortcuts>