summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh')
-rw-r--r--pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh b/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh
deleted file mode 100644
index cd4701a6..00000000
--- a/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-BASEDIR=$(cd "$(dirname "$0")"; pwd)
-export LC_CTYPE="UTF-8"
-exec $BASEDIR/jre/bin/java -XstartOnFirstThread -cp "$BASEDIR/lib/*" at.asit.pdfover.gui.Main "$@" &