From dcf999ad1f5c048adaf504ac2515bb814adb4b09 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 10 Sep 2018 10:16:44 -0400 Subject: Always use maximum compression when packing the extension --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccc57e9..f09e03c 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: $(NAME).zip icon_bordered.png $(NAME).zip: $(FILES) mkdir $(NAME) cp -al $(FILES) $(NAME) - zip -r $(NAME) $(NAME) + zip -9r $(NAME) $(NAME) $(RM) -r $(NAME) .PHONY: unpacked -- cgit v1.2.3