Added googlecode-upload.sh script.
This commit is contained in:
parent
9ef7ecd47c
commit
5e215c1c25
1 changed files with 5 additions and 0 deletions
5
googlecode-upload.sh
Executable file
5
googlecode-upload.sh
Executable file
|
@ -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
|
Loading…
Add table
Reference in a new issue