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/release/install/linux/linux_shortcut_specificatio...

41 lines
1.0 KiB

<shortcuts>
<!--skipIfNotSupported/-->
<programGroup defaultName="SIPCommunicator" location="applications"/>
<shortcut
name="SIP Communicator"
target="$INSTALL_PATH\run.sh"
workingDirectory="$INSTALL_PATH"
description="This starts SIP Communicator 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 SIP Communicator"
target="$INSTALL_PATH\uninstall.sh"
workingDirectory="$INSTALL_PATH"
description="This uninstalls SIP Communicator"
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>