From 2ffaa291323cd3f9cafd540652b27dcfd908712e Mon Sep 17 00:00:00 2001
From: Bruce Cowan <bruce@bcowan.me.uk>
Date: Sun, 3 Jan 2021 16:20:25 +0000
Subject: [PATCH] Compress all resources

---
 data/rugby.gresource.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/rugby.gresource.xml b/data/rugby.gresource.xml
index 24d7d80..418da70 100644
--- a/data/rugby.gresource.xml
+++ b/data/rugby.gresource.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  SPDX-FileCopyrightText: 2012-2020 Bruce Cowan <bruce@bcowan.me.uk>
+  SPDX-FileCopyrightText: 2012-2021 Bruce Cowan <bruce@bcowan.me.uk>
 
   SPDX-License-Identifier: GPL-3.0-or-later
 -->
 <gresources>
   <gresource prefix="/uk/me/bcowan/rugby">
-    <file preprocess="xml-stripblanks">interface.ui</file>
-    <file preprocess="xml-stripblanks">prefs.ui</file>
+    <file preprocess="xml-stripblanks" compressed="true">interface.ui</file>
+    <file preprocess="xml-stripblanks" compressed="true">prefs.ui</file>
     <file compressed="true">rugby.css</file>
   </gresource>
 </gresources>
-- 
GitLab