You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/resources/install/linux/linux_shortcut_specificatio...

41 lines
1003 B

<shortcuts>
<!--skipIfNotSupported/-->
<programGroup defaultName="@APP_NAME@" location="applications"/>
<shortcut
name="@APP_NAME@"
target="$INSTALL_PATH\run.sh"
workingDirectory="$INSTALL_PATH"
description="This starts @APP_NAME@ Application"
iconFile="$INSTALL_PATH\sc-logo.png"
iconIndex="0"
initialState="noShow"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="yes"
startup="no"
type="Application"
encoding="UTF-8"
>
<createForPack name="run" />
</shortcut>
<shortcut
name="Uninstall @APP_NAME@"
target="$INSTALL_PATH\uninstall.sh"
workingDirectory="$INSTALL_PATH"
description="This uninstalls @APP_NAME@"
iconFile="$INSTALL_PATH\sc-logo.png"
iconIndex="0"
initialState="noShow"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="yes"
startup="no"
type="Application"
encoding="UTF-8">
<createForPack name="run" />
</shortcut>
</shortcuts>