thunderbird-patch-review
Easy-to-use patch review interface for Thunderbird
Contribute: ~marcc/thunderbird-review-plugin@lists.sr.ht
git clone git://mccd.space/thunderbird-patch-review
| Log | Files | Refs | README | LICENSE |
commit 0eb1fe7204f85ab25d50c6198eeec3a54ba489e8 parent fbcd1f445775750aa7d75cfc64fed4783eb738f2 Author: Pi Agent <agent@pi.local> Date: Sat, 18 Jul 2026 22:10:28 +0200 AGENTS: note to always rezip patch-review.xpi after extension changes Diffstat:
| M | AGENTS.md | | | 17 | +++++++++++++++-- |
1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md @@ -34,4 +34,17 @@ Scope of "atomic" here: ``` node tests/run.mjs -``` -\ No newline at end of file +``` + +## Rebuilding the .xpi + +Always rezip `patch-review.xpi` after touching the extension so the user can +install and test the current tree: + +``` +( cd extension && zip -qrX ../patch-review.xpi . ) +``` + +(When `zip` is unavailable, fall back to `python3 -m zipfile -c +patch-review.xpi extension/*` — but the archive must keep `manifest.json` at +its root, not under `extension/`.) The `.xpi` is gitignored. +\ No newline at end of file