
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 99bc1230 by Nicolas Vigier at 2025-10-23T12:56:20+02:00 Bug 41614: Update tools/signing/linux-signer-gpg-sign to sign aab files - - - - - 1 changed file: - tools/signing/linux-signer-gpg-sign Changes: ===================================== tools/signing/linux-signer-gpg-sign ===================================== @@ -11,7 +11,7 @@ test -n "$GPG_PASS" || read -sp "Enter gpg passphrase: " GPG_PASS currentdir=$(pwd) for i in `find . -name "*.dmg" -o -name "*.exe" -o -name "*.tar.xz" \ -o -name "*.txt" -o -name "*.zip" -o -name "*.tar.gz" -o -name "*.apk" \ - -o -name "*.deb" -o -name "*.rpm" | sort` + -o -name "*.deb" -o -name "*.rpm" -o -name "*.aab" | sort` do if test -f "$i.asc" then View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/99... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/99... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
boklm (@boklm)