From 4e6180e3051a99af9dcf4545029a5b96ddf9a9bf Mon Sep 17 00:00:00 2001 From: Andreas Abraham Date: Tue, 3 Jul 2018 11:19:31 +0200 Subject: version number of install helper removed --- pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh') 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 22c44eb5..82e1add9 100644 --- a/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh +++ b/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh @@ -3,7 +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" +java -jar "$BASEDIR/lib/pdf-over-install-helper.jar" chmod a+x pdf-over_mac.sh cd "$BASEDIR" if [ -d "$BASEDIR.app" ]; then -- cgit v1.2.3