From 1b912a6acf29e5705b9c0cd6eb9e089f7b47b364 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Thu, 28 Feb 2019 23:40:59 +0100 Subject: [PATCH] Strip whitelines from and compress ui files --- res/ui/gresource.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/ui/gresource.xml b/res/ui/gresource.xml index 247afd5..3e2b689 100644 --- a/res/ui/gresource.xml +++ b/res/ui/gresource.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <gresources> <gresource prefix="/app/briar/gtk"> - <file>ui/setup.ui</file> + <file preprocess="xml-stripblanks" compressed="true">ui/setup.ui</file> </gresource> </gresources> -- GitLab