diff options
author | Marius Kintel <marius@kintel.net> | 2011-01-11 12:42:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-01-11 12:42:44 (GMT) |
commit | aed41cec255c76663aded493f7459224cab3de41 (patch) | |
tree | ea616e539e5fa3bd0828b9047d40f3c42e4bb5d2 /scripts/publish-macosx.sh | |
parent | 060a6c654de5ebd14ccb889881fa6c4d3fb9d763 (diff) |
Default dropbox installation has changed
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index b01d7f0..11820df 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -16,7 +16,7 @@ echo "Sanity check of the app bundle..." if [[ $? != 0 ]]; then exit 1 fi -cp OpenSCAD-$VERSION.dmg ~/Documents/Dropbox/Public -ln -sf OpenSCAD-$VERSION.dmg ~/Documents/Dropbox/Public/OpenSCAD-latest.dmg +cp OpenSCAD-$VERSION.dmg ~/Dropbox/Public +ln -sf OpenSCAD-$VERSION.dmg ~/Dropbox/Public/OpenSCAD-latest.dmg echo "Upload in progress..." |