From beb5fe77208c3cb2aaae86f2b4ae33be13557e55 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 30 Apr 2017 16:59:28 +0300 Subject: Bump version to v0.9.4 and attempt less ZIP compression --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 956c017..f108884 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ bump: sed -i 's/$(from)/$(to)/g' * package: - zip -r $(FILENAME).zip * + zip -0 -r $(FILENAME).zip * cp $(FILENAME).zip $(FILENAME)-unsigned.xpi clean: -- cgit v1.3.1