diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-05-20 08:48:32 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-05-20 08:48:54 +0100 |
| commit | d2fdf328afd14c17f96178c9194a48e4944deac9 (patch) | |
| tree | 199909b20d807c8ee63d4c4f47330945aac40d6c /Buildscr | |
| parent | 41394e187f6fad8dfb44baefe7603b77c0bff57b (diff) | |
| download | halibut-d2fdf328afd14c17f96178c9194a48e4944deac9.zip halibut-d2fdf328afd14c17f96178c9194a48e4944deac9.tar.gz halibut-d2fdf328afd14c17f96178c9194a48e4944deac9.tar.bz2 halibut-d2fdf328afd14c17f96178c9194a48e4944deac9.tar.xz | |
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!
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |