aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-09-10 10:16:44 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-05-09 15:15:04 -0400
commitdcf999ad1f5c048adaf504ac2515bb814adb4b09 (patch)
treeef0c21cc25abc357b4ad2a972f2869530f40f74e /Makefile
parentb5bb57ff01f88bd9de411e1d963cfae2e285c82a (diff)
Always use maximum compression when packing the extension
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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