mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 01:32:25 +00:00
sign.sh: add Windows on Arm builds to the signing list.
Oops - completely forgot to sign those!
This commit is contained in:
parent
142427afae
commit
93c29b2277
2
sign.sh
2
sign.sh
@ -49,6 +49,8 @@ else
|
|||||||
for i in putty*src.zip putty*.tar.gz \
|
for i in putty*src.zip putty*.tar.gz \
|
||||||
w32/*.exe w32/*.zip w32/*.msi \
|
w32/*.exe w32/*.zip w32/*.msi \
|
||||||
w64/*.exe w64/*.zip w64/*.msi \
|
w64/*.exe w64/*.zip w64/*.msi \
|
||||||
|
wa32/*.exe wa32/*.zip wa32/*.msi \
|
||||||
|
wa64/*.exe wa64/*.zip wa64/*.msi \
|
||||||
w32old/*.exe w32old/*.zip; do
|
w32old/*.exe w32old/*.zip; do
|
||||||
sign --detach-sign "$i" "$i.gpg"
|
sign --detach-sign "$i" "$i.gpg"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user