From 57225bf3a55c668eb6c90e68cb5cd9d4fde2afa9 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Wed, 27 Jul 2022 17:49:15 +0200 Subject: [PATCH] fix manifest to build correct metadata --- org.kuchelmeister.toolbxtuner.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.kuchelmeister.toolbxtuner.json b/org.kuchelmeister.toolbxtuner.json index 3a9f7fc..f9d94f5 100644 --- a/org.kuchelmeister.toolbxtuner.json +++ b/org.kuchelmeister.toolbxtuner.json @@ -44,7 +44,8 @@ "sources" : [ { "type" : "git", - "url" : "https://github.com/13hannes11/toolbx-tuner.git" + "url" : "https://github.com/13hannes11/toolbx-tuner.git", + "branch": "feature/flatpak" } ] }