Skip to content
Snippets Groups Projects
Commit 726e6b2a authored by Bastien Nocera's avatar Bastien Nocera
Browse files

Add version to the bundle filename

parent 5cb0bdcc
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment