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

Fix creating of .flatpak bundle

Bug introduced in 726e6b2a
parent 58cef7dc
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-$(VERSION).$TARGET.flatpak $APPID master
flatpak build-bundle $ARCH_OPT hello-repo/ $APPID-$VERSION.$TARGET.flatpak $APPID master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment