From 58cef7dc435af9ee48ec12422b17317bd5978e73 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 8 Feb 2017 17:18:31 +0100
Subject: [PATCH] Rename bundle to .flatpak

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 4137e61..9412464 100755
--- a/build.sh
+++ b/build.sh
@@ -14,4 +14,4 @@ fi
 echo ========== Building $APPID ================
 rm -rf app
 flatpak-builder $ARCH_OPT --ccache --require-changes --repo=hello-repo --subject="${APPID} ${VERSION}" ${EXPORT_ARGS-} app $FILE && \
-flatpak build-bundle $ARCH_OPT hello-repo/ $APPID-$(VERSION).$TARGET.xdgapp $APPID master
+flatpak build-bundle $ARCH_OPT hello-repo/ $APPID-$(VERSION).$TARGET.flatpak $APPID master
-- 
GitLab