We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa9935 commit d03fbf8Copy full SHA for d03fbf8
Makefile
@@ -76,7 +76,7 @@ crx-github:
76
dist: clean extension chromium firefox crx-webstore crx-github
77
mkdir -p dist
78
79
- git archive -o dist/browserpass-extension-$(VERSION).tar.gz --format tar.gz --prefix=browserpass-extension-$(VERSION)/ $(VERSION)
+ git -c tar.tar.gz.command="gzip -cn" archive -o dist/browserpass-extension-$(VERSION).tar.gz --format tar.gz --prefix=browserpass-extension-$(VERSION)/ $(VERSION)
80
81
(cd chromium && zip -r ../dist/browserpass-chromium-$(VERSION).zip *)
82
(cd firefox && zip -r ../dist/browserpass-firefox-$(VERSION).zip *)
0 commit comments