From 3a3784b08bd34c61e43252d6fa883ad6d58c138c Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Fri, 19 May 2023 00:06:57 +0000 Subject: [PATCH] Change back to git source so Binary Factory can continue to build --- .flatpak-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 053e9bb7..bb95ba59 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -80,8 +80,8 @@ "buildsystem": "cmake-ninja", "sources": [ { - "type": "dir", - "path": "." + "type": "git", + "url": "https://invent.kde.org/network/krfb.git" } ] }