From ee6cf6ad6b37a3b7c694566090d8a4cb5300c6e5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 29 Nov 2019 11:50:09 -0800 Subject: Add Makefile to windows release-candidate build. Running 'make' in this directory will do the code signing of the msi. --- windows/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 windows/Makefile (limited to 'windows') diff --git a/windows/Makefile b/windows/Makefile new file mode 100644 index 000000000..0a442fbef --- /dev/null +++ b/windows/Makefile @@ -0,0 +1,5 @@ +version?=$(shell grep '^[Vv]ersion:' ../pandoc.cabal | awk '{print $$2;}') + +pandoc-$(version)-windows-%.msi: pandoc-windows-%-UNSIGNED.msi + osslsigncode sign -pkcs12 $$HOME/Private/SectigoCodeSigning.exp2023.p12 -in $< -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass + -- cgit v1.2.3