flatpak: Use current tree for building OBS

We always want to build the current build tree, not the upstream
repository.
master
Bilal Elmoussaoui 2021-04-01 19:05:09 +02:00 committed by Matt Gajownik
parent baf980f7a6
commit 916d6d4bf2
1 changed files with 2 additions and 2 deletions

View File

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