summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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