]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sign.sh
first pass
[PuTTY.git] / sign.sh
diff --git a/sign.sh b/sign.sh
index f7a754823d97442b0bbc29eeb2c53173f772f42c..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 w32/*.exe w32/*.zip w32/*.msi w64/*.exe w64/*.zip; 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