summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/izpack/unix_shortcutSpec.xml
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 18:59:19 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 18:59:19 +0000
commitac47a525b1338100c7489ec60fed24ce10f57394 (patch)
treea878ee56023a9d04afaedd96306a5fd78fdd8b48 /pdf-over-gui/src/main/izpack/unix_shortcutSpec.xml
parent7b3d85e31537acc7da994aebeece26bbdf2ecc7a (diff)
downloadpdf-over-ac47a525b1338100c7489ec60fed24ce10f57394.tar.gz
pdf-over-ac47a525b1338100c7489ec60fed24ce10f57394.tar.bz2
pdf-over-ac47a525b1338100c7489ec60fed24ce10f57394.zip
Installer generation first commit
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@68 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/izpack/unix_shortcutSpec.xml')
-rw-r--r--pdf-over-gui/src/main/izpack/unix_shortcutSpec.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/izpack/unix_shortcutSpec.xml b/pdf-over-gui/src/main/izpack/unix_shortcutSpec.xml
new file mode 100644
index 00000000..05e8bee8
--- /dev/null
+++ b/pdf-over-gui/src/main/izpack/unix_shortcutSpec.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<shortcuts>
+ <!-- <skipIfNotSupported/> -->
+ <programGroup defaultName="PDFOver"
+ location="applications"/>
+
+ <shortcut
+ name="PDFOver"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="yes"
+ startup="no"
+ target="$INSTALL_PATH/scripts/pdfover_linux.sh"
+ commandLine=""
+ workingDirectory="$INSTALL_PATH"
+ description="PDFOver 4.0"
+ iconFile="$INSTALL_PATH/icons/pdfover.png"
+ iconIndex="0"
+ type="Application"
+ encoding="UTF-8"
+ terminal="false"
+ KdeSubstUID="false"
+ initialState="normal">
+ <createForPack name="main"/>
+ </shortcut>
+
+</shortcuts> \ No newline at end of file