aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2025-08-16 04:54:26 +0200
committerache <ache@ache.one>2025-08-16 04:54:26 +0200
commit0da70e449764e25a969b53e53e54cb4fd30de79c (patch)
tree9b14fc1468cd6b9acbfc91b2c61d76c9050369b1
parentReplace the clipboard export with a download export (diff)
Update makefile to include usefull file only
-rw-r--r--Makefile4
1 files 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