mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
6 lines
434 B
Bash
Executable File
6 lines
434 B
Bash
Executable File
#!/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.msi
|
|
googlecode_upload.py -s "Mac OS X installer" -p pandoc -u fiddlosopher --labels=Featured,Type-Installer,OpSys-OSX pandoc-$VERSION.pkg.zip
|