From 3ff4fe5b6a776f617b922e4df25df21de91ade66 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Mon, 24 Nov 2025 12:25:19 +0100 Subject: [PATCH] flatpak: Use local directory for geary module While we're at it, set "run-tests" to true to make sure people are running tests with flatpak-builder. --- org.gnome.Geary.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index d2d74d7e..15e15c54 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -275,11 +275,11 @@ "config-opts": [ "-Dprofile=development" ], + "run-tests": true, "sources": [ { - "type": "git", - "url": "https://gitlab.gnome.org/GNOME/geary.git", - "branch": "main" + "type": "dir", + "path": "./" } ] }