forked from calibre2opds/calibre2opds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshortcutSpec.xml
116 lines (108 loc) · 3.31 KB
/
shortcutSpec.xml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<izpack:shortcuts version="5.0"
xmlns:izpack="http://izpack.org/schema/shortcuts"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">
<!--
Default shortcut file (used on windows)
-->
<programGroup defaultName="Calibre2opds" location="applications"/>
<shortcut
name="Calibre2opds"
description="Calibre2opds Graphical User Interface"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/rungui.cmd"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/calibre2opds-icon-small_32.ico"
iconIndex="0"
type="Application"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
initialState="minimized">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="Calibre2opds batch mode catalog generation"
description="Generate calibre2opds catalogs from parameters set up earlier via GUI"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/run.cmd"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/calibre2opds-text-icon.ico"
iconIndex="0"
type="Application"
encoding="UTF-8"
terminal="true"
KdeSubstUID="false"
initialState="minimized">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="User Guide"
description="Calibre2Opds online User Guide"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="explorer"
commandLine="http://wiki.mobileread.com/wiki/Calibre2Opds_Index"
workingDirectory=""
iconFile="$INSTALL_PATH/calibre2opds-icon-small_32.ico"
iconIndex="0"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
initialState="normal">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="Developers Guide"
description="Calibre2Opds online Developers Guide"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="explorer"
commandLine="http://wiki.mobileread.com/wiki/Calibre2OpdsDevelop"
workingDirectory=""
iconFile="$INSTALL_PATH/calibre2opds-icon-small_32.ico"
iconIndex="0"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
initialState="normal">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="Uninstall calibre2opds"
description="Uninstall calibre2opds from the system"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/Uninstaller.jar"
commandLine=""
workingDirectory="$INSTALL_PATH/uninstaller"
iconFile="$INSTALL_PATH/uninstall-icon_32.ico"
iconIndex="0"
type="Application"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
runAsAdministrator="true"
initialState="normal">
<createForPack name="Base"/>
</shortcut>
</izpack:shortcuts>