From 689c5e20f9dd68bb63a6c10516e0446a518009cc Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 13 Jun 2013 13:45:39 -0400 Subject: Experimental: Also upload to files.openscad.org diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index ed72163..1a08fa8 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -90,5 +90,10 @@ if [[ $? != 0 ]]; then exit 1 fi +scp OpenSCAD-$VERSION.dmg openscad@files.openscad.org:www +if [[ $? != 0 ]]; then + exit 1 +fi + # Update snapshot filename on web page update_www_download_links version=$VERSION packagefile=OpenSCAD-$VERSION.dmg filesize=$FILESIZE -- cgit v0.10.1