diff options
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index b616d64..212a099 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -5,7 +5,7 @@ VERSION=`date "+%Y.%m.%d"` export OPENCSGDIR=$PWD/../OpenCSG-1.2.0 -./release-common.sh -v $VERSION +`dirname $0`/release-common.sh -v $VERSION cp OpenSCAD-$VERSION.dmg ~/Documents/Dropbox/Public ln -sf OpenSCAD-$VERSION.dmg ~/Documents/Dropbox/Public/OpenSCAD-latest.dmg |