diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-06-09 23:14:26 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-09 23:14:26 +0200 |
| commit | 28bea39e83d16fb6cb49f33a6379c39f7d153f8e (patch) | |
| tree | e8f8221a056e9a70ef227ff3cc8eef2da51c092e | |
| parent | 4bae307616de5688983b55cbec1819c2e2864c6e (diff) | |
| download | pandoc-28bea39e83d16fb6cb49f33a6379c39f7d153f8e.tar.gz | |
Changed comodo code signing key path.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ winpkg: pandoc-$(version)-windows.msi pandoc-$(version)-windows.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 + osslsigncode sign -pkcs12 ~/Private/ComodoCodeSigning.exp2019.p12 -in pandoc.msi -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass rm pandoc.msi man/pandoc.1: MANUAL.txt man/pandoc.1.template |
