]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sign.sh
uxpgnt: correct control flow in find_key().
[PuTTY.git] / sign.sh
diff --git a/sign.sh b/sign.sh
index 887704751ff296b00268d11f21b1e9410ec5229f..bdf6245ff95653a898c06e0805e00732ed5cc984 100755 (executable)
--- a/sign.sh
+++ b/sign.sh
@@ -27,7 +27,7 @@ sign() {
 
 cd "$1"
 echo "===== Signing with key '$keyname'"
-for i in putty*src.zip putty*.tar.gz x86/*.exe x86/*.zip x86/*.msi; do
+for i in putty*src.zip putty*.tar.gz w32/*.exe w32/*.zip w32/*.msi w64/*.exe w64/*.zip w64/*.msi w32old/*.exe w32old/*.zip; do
     sign --detach-sign "$i" "$i.gpg"
 done
 for i in md5sums sha1sums sha256sums sha512sums; do