Skip to content

Commit d03fbf8

Browse files
committed
Update command to sign Github's tarballs
1 parent 1aa9935 commit d03fbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ crx-github:
7676
dist: clean extension chromium firefox crx-webstore crx-github
7777
mkdir -p dist
7878

79-
git archive -o dist/browserpass-extension-$(VERSION).tar.gz --format tar.gz --prefix=browserpass-extension-$(VERSION)/ $(VERSION)
79+
git -c tar.tar.gz.command="gzip -cn" archive -o dist/browserpass-extension-$(VERSION).tar.gz --format tar.gz --prefix=browserpass-extension-$(VERSION)/ $(VERSION)
8080

8181
(cd chromium && zip -r ../dist/browserpass-chromium-$(VERSION).zip *)
8282
(cd firefox && zip -r ../dist/browserpass-firefox-$(VERSION).zip *)

0 commit comments

Comments
 (0)