From ecbd3d3904d8de3feb3ff2d0abcc05492dd21804 Mon Sep 17 00:00:00 2001
From: David Byers <david.byers@liu.se>
Date: Thu, 11 Feb 2021 13:58:58 +0100
Subject: [PATCH] Added build script for thunderbird

---
 thunderbird/BUILD | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 thunderbird/BUILD

diff --git a/thunderbird/BUILD b/thunderbird/BUILD
new file mode 100644
index 0000000..ed6d718
--- /dev/null
+++ b/thunderbird/BUILD
@@ -0,0 +1,4 @@
+build --source thunderbird \
+      --target thunderbird \
+      --ext xpi
+sed -i -e "s/12px/14px/g" "$targetdir/style.css" 
\ No newline at end of file
-- 
GitLab