diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-05-24 22:54:16 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-05-24 22:54:16 +0200 |
commit | 00fffefb36e32e91b3588318d31fc243a8d06486 (patch) | |
tree | d2f257fda5d018206455e58836cc478f4f744591 /Makefile | |
parent | 01a15e8c507686ab3d0bd11b7fc49ea200ca5ccc (diff) | |
download | pandoc-00fffefb36e32e91b3588318d31fc243a8d06486.tar.gz |
Makefile: fixed filename for windows package download.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ macospkg: man/pandoc.1 winpkg: pandoc-$(version)-windows.msi pandoc-$(version)-windows.msi: - wget 'https://ci.appveyor.com/api/projects/jgm/pandoc/artifacts/windows/pandoc.msi?branch=$(BRANCH)' -O pandoc.msi && \ + wget 'https://ci.appveyor.com/api/projects/jgm/pandoc/artifacts/windows/pandoc-windows-i386.msi?branch=$(BRANCH)' -O pandoc.msi && \ osslsigncode sign -pkcs12 ~/Private/ComodoCodeSigning.exp2017.p12 -in pandoc.msi -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass rm pandoc.msi |