diff options
| author | Marius Kintel <marius@kintel.net> | 2011-01-21 18:22:31 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2011-01-21 18:22:31 (GMT) | 
| commit | 9557e465cdf4c75b6c85deb6a26e03814323be53 (patch) | |
| tree | beb4a3e0d2d9866bb86781ba964921804d7dcf5c /scripts | |
| parent | 5f740ff14db3497234d2cde4798f40f166402c2f (diff) | |
| parent | e6db5c9cc7c61b60a3a66d034950cd0a569b1b0d (diff) | |
merged with master
Diffstat (limited to 'scripts')
| -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..." | 
