summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-04-30 16:59:28 +0300
committerYuval Adam <_@yuv.al>2017-04-30 17:00:37 +0300
commitbeb5fe77208c3cb2aaae86f2b4ae33be13557e55 (patch)
tree146b20974952fe604c3928a7b48591ffbced2a9e /Makefile
parent1de3594900b646242a7ff9a7bcbe3163eb2fba0a (diff)
Bump version to v0.9.4 and attempt less ZIP compressionv0.9.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: