Navigation Menu

Skip to content

Commit

Permalink
Added googlecode-upload.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacFarlane committed Feb 12, 2012
1 parent 9ef7ecd commit 5e215c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions googlecode-upload.sh
@@ -0,0 +1,5 @@
#!/bin/sh
VERSION=$1
googlecode_upload.py -s "Source tarball" -p pandoc -u fiddlosopher --labels=Featured,Type-Source,OpSys-All dist/pandoc-$VERSION.tar.gz
googlecode_upload.py -s "Windows installer" -p pandoc -u fiddlosopher --labels=Featured,Type-Installer,OpSys-Windows pandoc-$VERSION-setup.exe
googlecode_upload.py -s "Mac OS X installer" -p pandoc -u fiddlosopher --labels=Featured,Type-Installer,OpSys-OSX pandoc-$VERSION.dmg

0 comments on commit 5e215c1

Please sign in to comment.