From 4975e124b8ef287636e95f266bcc137d38a70a47 Mon Sep 17 00:00:00 2001 From: Nilesh Date: Tue, 11 Aug 2020 02:05:13 +0530 Subject: [PATCH] Ignore hidden files while packaging --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1419cec..668b711 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a work-in-progress and not yet published. This should work for both Chro You can load this extension directly in Chrome or Firefox Developer Edition (after setting `xpinstall.signatures.required` to `false` in `about:config`). -To submit to the stores, build a zip with: `zip -r -X archive.zip .` +To submit to the stores, build a zip with: `zip -r -X archive.zip ./*` # Contribute