summaryrefslogtreecommitdiff
path: root/scripts/publish-macosx.sh
blob: 88fd3f722d786a80a6b27923a6b7ec4359fedaf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

VERSION=`date "+%Y.%m.%d"`
#VERSION=2010.02

export OPENCSGDIR=$PWD/../OpenCSG-1.2.0

`dirname $0`/release-common.sh -v $VERSION
if [[ $? != 0 ]]; then
  exit 1
fi
cp OpenSCAD-$VERSION.dmg ~/Documents/Dropbox/Public
ln -sf OpenSCAD-$VERSION.dmg ~/Documents/Dropbox/Public/OpenSCAD-latest.dmg

echo "Upload in progress..."
contact: Jan Huwald // Impressum