1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

sign.sh: add Windows on Arm builds to the signing list.

Oops - completely forgot to sign those!
This commit is contained in:
Simon Tatham 2019-03-20 07:42:20 +00:00
parent 142427afae
commit 93c29b2277

View File

@ -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