flatpak: Build from local dir instead of git

Allows doing test builds with unmerged changes
This commit is contained in:
Rafał Dzięgiel
2021-05-20 17:27:47 +02:00
parent a2bbd2708d
commit 76a1efab58

View File

@@ -44,8 +44,8 @@
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "../../."
"type": "dir",
"path": "../../."
}
]
}