From ef844fbccb9b5a220ddb55b2757a91ed30612726 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 27 Oct 2024 18:50:07 -0400 Subject: [PATCH] build: Oh, you can generate a .flatpak file, if that's your thing. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index c803f2f5..55ee768e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1107,6 +1107,7 @@ appimage: out/tildefriends-x86_64.AppImage flatpak: out/ flatpak-builder --force-clean --user --install-deps-from=flathub --install --repo=out/flatpak-repo out/flatpak src/com.unprompted.tildefriends.yml + flatpak build-bundle out/flatpak-repo out/tildefriends.flatpak com.unprompted.tildefriends .PHONY: flatpak clean: