We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c8a42 commit eb67105Copy full SHA for eb67105
Makefile
@@ -196,7 +196,8 @@ flatpak-clean:
196
# Clean + build + install (forces fresh build)
197
flatpak-rebuild:
198
@echo "==> Cleaning and rebuilding Flatpak"
199
- flatpak-builder --user --install --force-clean --ccache $(FLATPAK_BUILDDIR) $(FLATPAK_MANIFEST)
+ flatpak-builder --user --force-clean --ccache $(FLATPAK_BUILDDIR) $(FLATPAK_MANIFEST)
200
+ flatpak build-bundle $(FLATPAK_EXPORTDIR) $(APP_ID).flatpak $(APP_ID)
201
202
# Export and create a distributable .flatpak bundle
203
flatpak-bundle:
0 commit comments