diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-30 18:33:23 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-30 18:33:23 (GMT) |
commit | 3d10ddb00612154f1205ef26ee629fb7f264d8ed (patch) | |
tree | 0317e55cbcacb78e7863e0a9957d2bacd5e43b24 /scripts/publish-macosx.sh | |
parent | 2da15511294d2f89f2337ee0330db9062a4cfdce (diff) |
minor publish bug
git-svn-id: http://svn.clifford.at/openscad/trunk@377 b57f626f-c46c-0410-a088-ec61d464b74c
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 |