build: A flatpak experiment. I still don't get it.

This commit is contained in:
2024-10-27 14:31:11 -04:00
parent 4b1ebf02e1
commit 177ef1cdcc
3 changed files with 30 additions and 0 deletions

View File

@ -1105,6 +1105,10 @@ out/tildefriends-x86_64.AppImage: out/release/tildefriends out/data.zip
appimage: out/tildefriends-x86_64.AppImage
.PHONY: appimage
flatpak: out/
flatpak-builder --force-clean --user --install-deps-from=flathub --install --repo=out/flatpak-repo out/flatpak src/com.unprompted.tildefriends.yml
.PHONY: flatpak
clean:
rm -rf $(BUILD_DIR)
.PHONY: clean