From 9c23c1e8b8d7828acba96d4b4985566701331249 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 11 Feb 2013 21:54:18 -0500 Subject: Put back commented-out upload while testing 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 -- cgit v0.10.1