mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Generate AppStream metadata for the Flatpak repo
This commit is contained in:
parent
9805bc39a2
commit
1eb1251418
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/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.astra.yml --gpg-sign=0xD28B9141A3B3A73A --repo=/home/josh/sources/flatpak-distrib
|
||||
flatpak-builder build --user --force-clean --install-deps-from=flathub zone.xiv.astra.yml --gpg-sign=0xD28B9141A3B3A73A --repo=/home/josh/sources/flatpak-distrib &&
|
||||
flatpak build-update-repo --gpg-sign=0xD28B9141A3B3A73A --generate-static-deltas --prune /home/josh/sources/flatpak-distrib
|
||||
|
|
Loading…
Add table
Reference in a new issue