summaryrefslogtreecommitdiff
path: root/scripts/publish-macosx.sh
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-30 04:17:05 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-30 04:17:05 (GMT)
commit6940d171812565209efe679a5d923417c3f47d4a (patch)
tree2a05d2f8865ff1127f854db41bf31143f64ccf2d /scripts/publish-macosx.sh
parent2b19f33ee1ddce246c2bfe0a05fe379d0117a741 (diff)
reorganized file structure layout. more to follow...
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-xscripts/publish-macosx.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh
new file mode 100755
index 0000000..b616d64
--- /dev/null
+++ b/scripts/publish-macosx.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+VERSION=`date "+%Y.%m.%d"`
+#VERSION=2010.02
+
+export OPENCSGDIR=$PWD/../OpenCSG-1.2.0
+
+./release-common.sh -v $VERSION
+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