Some fixes

This commit is contained in:
2021-03-30 16:01:30 +03:00
parent 39ba18438c
commit a251acec86
7 changed files with 38 additions and 14 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
build-xpi:
rm -f postify.xpi
zip -r -FS ./postify.xpi * \
--exclude '*.git*' \
--exclude '*.php' \
--exclude '*.xpi'