Add branch name in json for flatpak

This commit is contained in:
oupson 2023-03-03 18:35:55 +01:00
parent f20f68110d
commit 7ae72f704e
Signed by: oupson
GPG Key ID: 3BD88615552EFCB7
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@
"sources" : [
{
"type" : "git",
"url" : "https://github.com/oupson/FooTerm.git"
"url" : "https://github.com/oupson/FooTerm.git",
"branch": "main"
}
]
}