From bf9d1e5261a12e61e2d4f82fbc008f6abc866502 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 3 Feb 2025 19:46:14 -0500 Subject: [PATCH] Only build 0.9.2 tag in Flatpak manifest --- .flatpak-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 36d20c493..6d0cbab6f 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -110,7 +110,7 @@ { "type": "git", "url": "https://github.com/quotient-im/libQuotient.git", - "branch": "dev", + "tag": "0.9.2", "disable-submodules": true } ],