mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-03 09:17:47 +00:00
7 lines
369 B
Bash
7 lines
369 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 .flatpak-manifest.json &&
|
||
|
flatpak build-export export build &&
|
||
|
flatpak build-bundle export auracite.flatpak zone.xiv.auracite --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|