mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-03 01:07:47 +00:00
6 lines
369 B
Bash
Executable file
6 lines
369 B
Bash
Executable file
#!/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
|