From ddb991148ca7b3eb3b440146f2185862e6060a07 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Tue, 9 Apr 2019 17:31:00 +0200 Subject: [PATCH] Switch to armored PGP signatures --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 958f9c3..2d98652 100644 --- a/Makefile +++ b/Makefile @@ -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