From 7ae72f704e936eee7034fb97d4aa8de47c21b0fb Mon Sep 17 00:00:00 2001 From: oupson Date: Fri, 3 Mar 2023 18:35:55 +0100 Subject: [PATCH] Add branch name in json for flatpak --- fr.oupson.FooTerm.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fr.oupson.FooTerm.json b/fr.oupson.FooTerm.json index 8ac917e..8103744 100644 --- a/fr.oupson.FooTerm.json +++ b/fr.oupson.FooTerm.json @@ -80,7 +80,8 @@ "sources" : [ { "type" : "git", - "url" : "https://github.com/oupson/FooTerm.git" + "url" : "https://github.com/oupson/FooTerm.git", + "branch": "main" } ] }