Release testing

This commit is contained in:
Olaf
2026-08-25 09:30:56 +02:00
parent 08b0ee013f
commit 38908b9a25
6 changed files with 73 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ xpi: logos
@mkdir -p $(XPI_UNSIGNED_DIR) $(XPI_SIGNED_DIR)
@rm -f $(XPI_OUTPUT)
@cd webextension && zip -q -9 "../$(XPI_OUTPUT)" $(EXTENSION_FILES)
@python3 scripts/release/validate_xpi.py "$(XPI_OUTPUT)" webextension/manifest.json
@echo "Created $(XPI_OUTPUT)"
check-tools: