From 726e6b2a47e48b7b222b969bf74f4b1acf9dacbb Mon Sep 17 00:00:00 2001 From: Bastien Nocera <hadess@hadess.net> Date: Wed, 8 Feb 2017 17:18:05 +0100 Subject: [PATCH] Add version to the bundle filename --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 31edc03..4137e61 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.$TARGET.xdgapp $APPID master +flatpak build-bundle $ARCH_OPT hello-repo/ $APPID-$(VERSION).$TARGET.xdgapp $APPID master -- GitLab