From fb85deb1a08948d4b6f3fe053aece01607ae3c87 Mon Sep 17 00:00:00 2001 From: Bastien Nocera <hadess@hadess.net> Date: Sat, 18 Feb 2017 18:10:54 +0100 Subject: [PATCH] Fix creating of .flatpak bundle Bug introduced in 726e6b2 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9412464..fd2d6c4 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.flatpak $APPID master +flatpak build-bundle $ARCH_OPT hello-repo/ $APPID-$VERSION.$TARGET.flatpak $APPID master -- GitLab