Switch to armored PGP signatures

This commit is contained in:
Maxim Baz
2019-04-09 17:31:00 +02:00
parent 2a6e11176e
commit ddb991148c

View File

@@ -85,7 +85,7 @@ dist: clean extension chromium firefox crx-webstore crx-github
mv browserpass-github.crx dist/browserpass-github-$(VERSION).crx
for file in dist/*; do \
gpg --detach-sign "$$file"; \
gpg --detach-sign --armor "$$file"; \
done
rm -f dist/browserpass-extension-$(VERSION).tar.gz