diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-12 02:54:18 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-12 02:54:18 (GMT) |
commit | 9c23c1e8b8d7828acba96d4b4985566701331249 (patch) | |
tree | 9bf39811795a67e3409f43a247c167f3a16fdb57 /scripts/publish-macosx.sh | |
parent | 89f15f72b9c5f7cef05b1f106111f80f0cc37cce (diff) |
Put back commented-out upload while testing
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 8 |
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 |