mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
flatpak: Build from local dir instead of git
Allows doing test builds with unmerged changes
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
"buildsystem": "meson",
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "../../."
|
||||
"type": "dir",
|
||||
"path": "../../."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user