Skip to content

Commit eb67105

Browse files
committed
Export the flatpak when rebuilding
1 parent 13c8a42 commit eb67105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ flatpak-clean:
196196
# Clean + build + install (forces fresh build)
197197
flatpak-rebuild:
198198
@echo "==> Cleaning and rebuilding Flatpak"
199-
flatpak-builder --user --install --force-clean --ccache $(FLATPAK_BUILDDIR) $(FLATPAK_MANIFEST)
199+
flatpak-builder --user --force-clean --ccache $(FLATPAK_BUILDDIR) $(FLATPAK_MANIFEST)
200+
flatpak build-bundle $(FLATPAK_EXPORTDIR) $(APP_ID).flatpak $(APP_ID)
200201

201202
# Export and create a distributable .flatpak bundle
202203
flatpak-bundle:

0 commit comments

Comments
 (0)