From c21d2b648e90fe7075fe3785e717fb06e015e763 Mon Sep 17 00:00:00 2001 From: liaowm5 Date: Mon, 3 Jun 2024 23:25:54 +0800 Subject: [PATCH] update flatpak --- scripts/flatpak/com.github.thestr4ng3r.Chiaki.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json index 7e0ceb3..3c81b57 100644 --- a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json +++ b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json @@ -93,8 +93,9 @@ "builddir": "true", "sources": [ { - "type": "dir", - "path": "." + "type": "git", + "url": "https://github.com/FayeSpica/chiaki-borealis.git", + "branch": "master" } ] }