summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-11-24 14:14:37 +0100
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-11-24 14:14:37 +0100
commitf39ab43fc0120b7fa97028d40acd7851de8d4a99 (patch)
tree335caaa8b701395bae64fbf67ca9afb1776ae658 /pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh
parenta4dd755534013449be5573102114d8dcfccba159 (diff)
downloadpdf-over-master.tar.gz
pdf-over-master.tar.bz2
pdf-over-master.zip
Repository moved to GitHub: https://github.com/a-sit/pdf-overHEADmaster
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh')
-rw-r--r--pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh b/pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh
deleted file mode 100644
index 9f8f2776..00000000
--- a/pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-BASEDIR=`dirname $0`
-GDK_BACKEND=x11,wayland exec $BASEDIR/jre/bin/java -cp "$BASEDIR/lib/*" at.asit.pdfover.gui.Main "$@"