mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 12:07:45 +00:00
6 lines
358 B
Bash
6 lines
358 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo &&
|
||
|
flatpak-builder build --user --force-clean --install-deps-from=flathub zone.xiv.novus.yml &&
|
||
|
flatpak build-export export build &&
|
||
|
flatpak build-bundle export novus.flatpak zone.xiv.novus --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|