From 0da70e449764e25a969b53e53e54cb4fd30de79c Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 16 Aug 2025 04:54:26 +0200 Subject: Update makefile to include usefull file only --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d02ec54..2791798 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ -cert_check.xpi: manifest.json *.js *.css icons/* +cert_check.xpi: manifest.json *.js *.css icons/* LICENSE.txt README.md -rm cert_check.xpi - zip -r -FS cert_check.xpi * --exclude '*.git*' --exclude cert_check.xpi --exclude cert_check.zip + zip -r -FS cert_check.xpi manifest.json *.js *.css icons/* LICENSE.txt README.md --exclude '*.git*' --exclude eslint.config.js --exclude cert_check.xpi --exclude cert_check.zip -- cgit v1.3-2-g11bf