summaryrefslogtreecommitdiff
path: root/scripts/publish-macosx.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-02-12 02:54:18 (GMT)
committerMarius Kintel <marius@kintel.net>2013-02-12 02:54:18 (GMT)
commit9c23c1e8b8d7828acba96d4b4985566701331249 (patch)
tree9bf39811795a67e3409f43a247c167f3a16fdb57 /scripts/publish-macosx.sh
parent89f15f72b9c5f7cef05b1f106111f80f0cc37cce (diff)
Put back commented-out upload while testing
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-xscripts/publish-macosx.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh
index 306f1cd..3aeeaf9 100755
--- a/scripts/publish-macosx.sh
+++ b/scripts/publish-macosx.sh
@@ -47,9 +47,9 @@ if [[ $VERSION == $VERSIONDATE ]]; then
fi
echo "Uploading..."
-#LABELS=OpSys-OSX,Type-Executable
-#if ! $SNAPSHOT; then LABELS=$LABELS,Featured; fi
-#`dirname $0`/googlecode_upload.py -s 'Mac OS X Snapshot' -p openscad OpenSCAD-$VERSION.dmg -l $LABELS
+LABELS=OpSys-OSX,Type-Executable
+if ! $SNAPSHOT; then LABELS=$LABELS,Featured; fi
+`dirname $0`/googlecode_upload.py -s 'Mac OS X Snapshot' -p openscad OpenSCAD-$VERSION.dmg -l $LABELS
# Update snapshot filename on web page
-#`dirname $0`/update-web.sh OpenSCAD-$VERSION.dmg
+`dirname $0`/update-web.sh OpenSCAD-$VERSION.dmg
contact: Jan Huwald // Impressum