From f698352c3379b27e338c054e078e70eac9ff4de5 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Fri, 29 Apr 2022 12:41:46 +0200 Subject: other pom cleanups: - auto-extract bundled jre - auto-build zip archive - only build jar installer for linux - only include icons where necessary --- pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 index 2e0e34a7..cd4701a6 100644 --- a/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh +++ b/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh @@ -1,4 +1,4 @@ #!/bin/sh BASEDIR=$(cd "$(dirname "$0")"; pwd) export LC_CTYPE="UTF-8" -exec $BASEDIR/jre/${bundled-jre.nameInArchive}/bin/java -XstartOnFirstThread -cp "$BASEDIR/lib/*" at.asit.pdfover.gui.Main "$@" & +exec $BASEDIR/jre/bin/java -XstartOnFirstThread -cp "$BASEDIR/lib/*" at.asit.pdfover.gui.Main "$@" & -- cgit v1.2.3