flatpak: Use current tree for building OBS

We always want to build the current build tree, not the upstream
repository.
This commit is contained in:
Bilal Elmoussaoui 2021-04-01 19:05:09 +02:00 committed by Matt Gajownik
parent baf980f7a6
commit 916d6d4bf2

View File

@ -235,8 +235,8 @@
],
"sources": [
{
"type": "git",
"url": "https://github.com/obsproject/obs-studio.git"
"type": "dir",
"path": "../../"
}
]
}