From f39ab43fc0120b7fa97028d40acd7851de8d4a99 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Thu, 24 Nov 2022 14:14:37 +0100 Subject: Repository moved to GitHub: https://github.com/a-sit/pdf-over --- pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh (limited to 'pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh') 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 "$@" & -- cgit v1.2.3