summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 12:41:46 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 12:41:46 +0200
commitf698352c3379b27e338c054e078e70eac9ff4de5 (patch)
treeffcbf8db89d56ab72bceea3eb29cab09ec329bcd /pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml
parentc4511a534ce10104664d58c48c52ec0842a1056b (diff)
downloadpdf-over-f698352c3379b27e338c054e078e70eac9ff4de5.tar.gz
pdf-over-f698352c3379b27e338c054e078e70eac9ff4de5.tar.bz2
pdf-over-f698352c3379b27e338c054e078e70eac9ff4de5.zip
other pom cleanups:
- auto-extract bundled jre - auto-build zip archive - only build jar installer for linux - only include icons where necessary
Diffstat (limited to 'pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml')
-rw-r--r--pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml
deleted file mode 100644
index bd2d0ba0..00000000
--- a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-
-<shortcuts>
- <!-- <skipIfNotSupported/> -->
- <programGroup defaultName="PDF-Over"
- location="applications"/>
-
- <shortcut
- name="PDF-Over"
- programGroup="yes"
- desktop="yes"
- applications="no"
- startMenu="no"
- startup="no"
- target="$INSTALL_PATH/scripts/pdf-over_linux.sh"
- commandLine=""
- workingDirectory="$INSTALL_PATH"
- description="PDF-Over ${project.version}"
- iconFile="$INSTALL_PATH/icons/icon.png"
- iconIndex="0"
- type="Application"
- encoding="UTF-8"
- terminal="false"
- KdeSubstUID="false"
- initialState="normal">
- <createForPack name="main"/>
- </shortcut>
-
-</shortcuts>