From 2f2f4cf935c6db0d55947a7a6463947f83053bf3 Mon Sep 17 00:00:00 2001 From: Kees Kluskens Date: Mon, 19 Dec 2016 12:28:41 +0100 Subject: [PATCH] remove useless files from build FF addon validator was complaining about this --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6047bd0..7476bc7 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,5 @@ release-chrome: FORCE release-firefox: FORCE firefox rm -f pkg-firefox.zip + find build/firefox -name '.DS_Store' -type f -delete cd build/firefox; zip -r ../../pkg-firefox.zip **