From ebf078cbe1432e612346d8c5c154f5b1e9a3f076 Mon Sep 17 00:00:00 2001 From: Andreas Abraham Date: Thu, 29 Mar 2018 14:21:48 +0200 Subject: mac postinstall script fixed --- pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh b/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh index 0b020ea3..22c44eb5 100644 --- a/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh +++ b/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh @@ -3,6 +3,7 @@ SCRIPTDIR=$(cd "$(dirname "$0")"; pwd) BASEDIR=$(cd "$(dirname "$0")/.."; pwd) export LC_CTYPE="UTF-8" cd "$SCRIPTDIR" +java -jar "$BASEDIR/lib/pdf-over-install-helper-1.0.0.jar" chmod a+x pdf-over_mac.sh cd "$BASEDIR" if [ -d "$BASEDIR.app" ]; then -- cgit v1.2.3