feat(thunderbird): add support for Octo theme in Thunderbird

This commit is contained in:
2026-09-16 14:36:28 -04:00
parent 2ae11e4118
commit e55df99068
5 changed files with 312 additions and 5 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# Génère les paquets Firefox et Thunderbird.
# Firefox refuse "theme_experiment", d'où deux manifests distincts.
set -euo pipefail
cd "$(dirname "$0")"
rm -f octo-theme-firefox.xpi octo-theme-thunderbird.xpi
zip -r octo-theme-firefox.xpi manifest.json icons/
(cd thunderbird && zip -r ../octo-theme-thunderbird.xpi manifest.json octo.css)
zip -r octo-theme-thunderbird.xpi icons/