summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@egiz.gv.at>2018-07-03 11:19:31 +0200
committerAndreas Abraham <andreas.abraham@egiz.gv.at>2018-07-03 11:19:31 +0200
commit4e6180e3051a99af9dcf4545029a5b96ddf9a9bf (patch)
tree04b2e3d73209ff58c441fb55b0ad0ae4668dca2b /pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh
parent2844a40c50eff71f6091ceeb5990eea2b96d8c55 (diff)
downloadpdf-over-4e6180e3051a99af9dcf4545029a5b96ddf9a9bf.tar.gz
pdf-over-4e6180e3051a99af9dcf4545029a5b96ddf9a9bf.tar.bz2
pdf-over-4e6180e3051a99af9dcf4545029a5b96ddf9a9bf.zip
version number of install helper removed
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh')
-rw-r--r--pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh2
1 files changed, 1 insertions, 1 deletions
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