diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2021-07-17 18:10:34 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2021-07-17 18:46:16 +0200 |
commit | 48459559a13a20083fc9b31eb523b8ea2bf0a63f (patch) | |
tree | 1c04e75709457403110a6f8c5c90099f22369de3 /windows | |
parent | 0c39509d9b6a58958228cebf5d643598e5c98950 (diff) | |
parent | 46099e79defe662e541b12548200caf29063c1c6 (diff) | |
download | pandoc-48459559a13a20083fc9b31eb523b8ea2bf0a63f.tar.gz |
Merge branch 'master' of https://github.com/jgm/pandoc
Diffstat (limited to 'windows')
-rw-r--r-- | windows/Makefile | 2 | ||||
-rw-r--r-- | windows/pandoc.wxs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/windows/Makefile b/windows/Makefile index 354c1b37c..34dda34c2 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -6,5 +6,5 @@ all: $(SIGNED) .PHONY: all pandoc-%.msi: pandoc-%-UNSIGNED.msi - osslsigncode sign -pkcs12 $$HOME/Private/SectigoCodeSigning.exp2023.p12 -in $< -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass && rm $< + osslsigncode sign -pkcs12 $$HOME/Private/SectigoCodeSigning.exp2023.p12 -in $< -i https://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass && rm $< diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index d9f6b836e..a582c4de9 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -123,8 +123,8 @@ <!-- Set properties for add/remove programs --> - <Property Id="ARPURLINFOABOUT" Value="http://pandoc.org" /> - <Property Id="ARPHELPLINK" Value="http://pandoc.org" /> + <Property Id="ARPURLINFOABOUT" Value="https://pandoc.org" /> + <Property Id="ARPHELPLINK" Value="https://pandoc.org" /> <Property Id="ARPNOREPAIR" Value="yes" Secure="yes" /> <!-- Remove repair --> <Property Id="ARPNOMODIFY" Value="yes" Secure="yes" /> <!-- Remove modify --> |