diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-07 22:00:31 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-07 22:00:31 -0800 |
commit | 4f93d454f6d8a9de032aa4d6fe53002839892ad3 (patch) | |
tree | 1c5327589cfe999ccce0c5a8241852863113583c | |
parent | af7e97b9f595e014c81d58794f546d6a75f8c0d9 (diff) | |
download | pandoc-4f93d454f6d8a9de032aa4d6fe53002839892ad3.tar.gz |
googlecode_upload.sh: Use new pandoc-VERSION.msi.
-rwxr-xr-x | googlecode-upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlecode-upload.sh b/googlecode-upload.sh index 93e6df927..19975ca91 100755 --- a/googlecode-upload.sh +++ b/googlecode-upload.sh @@ -1,5 +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 "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.dmg |