From 8481e0459d51dc4bf90ffe15114219bc364392a7 Mon Sep 17 00:00:00 2001 From: vkrnjic Date: Mon, 12 Nov 2012 17:44:27 +0100 Subject: change BASEDIR of mac os x script --- trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/pdf-over-gui/src/main/resources') diff --git a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh index c7be27d4..95e982ea 100644 --- a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh +++ b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh @@ -1,3 +1,3 @@ #!/bin/sh BASEDIR=$(cd "$(dirname "$0")"; pwd) -(cd $BASEDIR/PDFOver/Contents && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@") +(cd $BASEDIR/PDF-Over && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@") -- cgit v1.2.3