diff options
author | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-03-29 14:21:48 +0200 |
---|---|---|
committer | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-03-29 14:21:48 +0200 |
commit | ebf078cbe1432e612346d8c5c154f5b1e9a3f076 (patch) | |
tree | 64407d4be8801b238a70442f5aa1bbc3e443a0cc /pdf-over-gui/src | |
parent | c6a6647c0e2b100d9b3135727a75b05e34d3310a (diff) | |
download | pdf-over-ebf078cbe1432e612346d8c5c154f5b1e9a3f076.tar.gz pdf-over-ebf078cbe1432e612346d8c5c154f5b1e9a3f076.tar.bz2 pdf-over-ebf078cbe1432e612346d8c5c154f5b1e9a3f076.zip |
mac postinstall script fixed
Diffstat (limited to 'pdf-over-gui/src')
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh | 1 |
1 files changed, 1 insertions, 0 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 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 |