diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-13 17:45:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-13 17:45:39 (GMT) |
commit | 689c5e20f9dd68bb63a6c10516e0446a518009cc (patch) | |
tree | 3ffc03bafb194f17de29f023e0ccbe1e40a75c37 /scripts/publish-macosx.sh | |
parent | b45a93aad28a6764aa9aa56d27ffb716353dc27c (diff) |
Experimental: Also upload to files.openscad.org
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |