From bdc0fdd2e900e8f1cc354b139f69efee7e9fc1fb Mon Sep 17 00:00:00 2001 From: Nils Fenner Date: Thu, 4 Jul 2019 01:55:47 +0200 Subject: [PATCH] builds sdrangel from the local sources --- flatpak/org.sdrangel.SDRangel.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flatpak/org.sdrangel.SDRangel.json b/flatpak/org.sdrangel.SDRangel.json index 106156563..a858158b9 100644 --- a/flatpak/org.sdrangel.SDRangel.json +++ b/flatpak/org.sdrangel.SDRangel.json @@ -338,9 +338,8 @@ ], "sources": [ { - "type": "git", - "url": "https://github.com/f4exb/sdrangel.git", - "tag": "v4.5.6" + "type": "dir", + "path": ".." } ] }