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": [
"-Dprofile=development"
],
"run-tests": true,
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/geary.git",
"branch": "main"
"type": "dir",
"path": "./"
}
]
}