From 93c29b2277cd90324b5cf5a4ac578a5497d79c40 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 20 Mar 2019 07:42:20 +0000 Subject: [PATCH] sign.sh: add Windows on Arm builds to the signing list. Oops - completely forgot to sign those! --- sign.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sign.sh b/sign.sh index bece850a..2d81c635 100755 --- a/sign.sh +++ b/sign.sh @@ -49,6 +49,8 @@ else for i in putty*src.zip putty*.tar.gz \ w32/*.exe w32/*.zip w32/*.msi \ w64/*.exe w64/*.zip w64/*.msi \ + wa32/*.exe wa32/*.zip wa32/*.msi \ + wa64/*.exe wa64/*.zip wa64/*.msi \ w32old/*.exe w32old/*.zip; do sign --detach-sign "$i" "$i.gpg" done