From 0768a70e757262c3700e14dbb3a2a49643bc87e9 Mon Sep 17 00:00:00 2001
From: Joe <rubberduckie3554@gmail.com>
Date: Sun, 19 Apr 2020 16:52:11 -0400
Subject: [PATCH] Fix flatpak builds referencing wrong branch

---
 .ci/script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/script.sh b/.ci/script.sh
index 53bb1d9e7..15e7f8cfd 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -7,7 +7,7 @@ if [ "$FLATPAK" ]; then
 	cd build-flatpak
 
 	flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
-	flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko 0.7.0-dev
+	flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko master
 
 	mkdir ../artifacts
 	mv nheko-*.flatpak ../artifacts
-- 
GitLab