diff --git a/build.sh b/build.sh index 94124646deafc8a8408661bdc53e06aae839b732..fd2d6c4cea99444e34ced4656ac3e1d583d66b02 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