aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-24 22:54:16 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-24 22:54:16 +0200
commit00fffefb36e32e91b3588318d31fc243a8d06486 (patch)
treed2f257fda5d018206455e58836cc478f4f744591 /Makefile
parent01a15e8c507686ab3d0bd11b7fc49ea200ca5ccc (diff)
downloadpandoc-00fffefb36e32e91b3588318d31fc243a8d06486.tar.gz
Makefile: fixed filename for windows package download.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef68819ef..fef1bf577 100644
--- a/Makefile
+++ b/Makefile
@@ -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