build: flatpak maybe?
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 24m34s

This commit is contained in:
Cory McWilliams 2025-01-26 21:14:55 -05:00
parent b711e4e6bd
commit d529a48a11

View File

@ -1217,7 +1217,8 @@ appimage: out/tildefriends-x86_64.AppImage ## Build an AppImage.
.PHONY: appimage
flatpak: out/ ## Build a flatpak.
flatpak-builder --force-clean --user --install-deps-from=flathub --install --repo=out/flatpak-repo out/flatpak src/com.unprompted.tildefriends.yml
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak-builder --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