From d2fdf328afd14c17f96178c9194a48e4944deac9 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 20 May 2017 08:48:32 +0100 Subject: Use an HTTPS URL for the Windows code-signing. I don't know how I managed to add a non-TLS URL in this new code-signing command at around the same time that I'd just switched over all the ones in my other projects. Must have copied and pasted from an un-updated checkout, I suppose! --- Buildscr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildscr b/Buildscr index 2272f8d..6931517 100644 --- a/Buildscr +++ b/Buildscr @@ -38,7 +38,7 @@ delegate windows # a script to do so. We assume here that the script accepts an -i # option to provide a 'more info' URL, and that it signs the file # in place. - ifneq "$(winsigncode)" "" in buildwin do $(winsigncode) -i http://www.chiark.greenend.org.uk/~sgtatham/halibut/ halibut.exe + ifneq "$(winsigncode)" "" in buildwin do $(winsigncode) -i https://www.chiark.greenend.org.uk/~sgtatham/halibut/ halibut.exe return buildwin/halibut.exe enddelegate -- cgit v1.1