blob: b1cef15b721225329003f24ad8e422db580d9374 (
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
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<shortcuts>
<programGroup defaultName="Jake2" location="applications"/>
<shortcut
name="Jake2"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/Jake2.bat"
workingDirectory="$INSTALL_PATH"
commandLine=""
description="Jake2"
initialState="noShow">
<createForPack name="Windows libraries and scripts"/>
</shortcut>
<shortcut
name="Uninstaller"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/Uninstaller/uninstaller.jar"
commandLine=""
description="uninstall Jake2">
<createForPack name="Windows libraries and scripts"/>
</shortcut>
</shortcuts>
|