1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00
astra/scripts/build-flatpak.sh

7 lines
359 B
Bash
Raw Normal View History

#!/bin/sh
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo &&
2024-03-15 19:06:24 -04:00
flatpak-builder build --user --force-clean --install-deps-from=flathub zone.xiv.astra.yml &&
flatpak build-export export build &&
2024-03-15 19:06:24 -04:00
flatpak build-bundle export astra.flatpak zone.xiv.astra --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo