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:
parent
fa129c5bbf
commit
3ff4fe5b6a
1 changed files with 3 additions and 3 deletions
|
|
@ -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": "./"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue