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.
This commit is contained in:
Niels De Graef 2025-11-24 12:25:19 +01:00 committed by Niels De Graef
parent fa129c5bbf
commit 3ff4fe5b6a

View file

@ -275,11 +275,11 @@
"config-opts": [ "config-opts": [
"-Dprofile=development" "-Dprofile=development"
], ],
"run-tests": true,
"sources": [ "sources": [
{ {
"type": "git", "type": "dir",
"url": "https://gitlab.gnome.org/GNOME/geary.git", "path": "./"
"branch": "main"
} }
] ]
} }