aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/linux/linux_shortcut_specification.xml
blob: 05884755a91876100522ef424dcb1d1dcceeb995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<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>