mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Fix flatpak build script
This commit is contained in:
parent
c7c36a1966
commit
aad9ab46a3
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo &&
|
||||
flatpak install --user -y runtime/org.kde.Platform/x86_64/5.15-22.08 runtime/org.kde.Sdk/x86_64/5.15-22.08 org.freedesktop.Sdk.Extension.rust-stable/x86_64/22.08 &&
|
||||
flatpak-builder build --user --force-clean zone.xiv.astra.yml &&
|
||||
flatpak-builder build --user --force-clean --install-deps-from=flathub zone.xiv.astra.yml &&
|
||||
flatpak build-export export build &&
|
||||
flatpak build-bundle export astra.flatpak zone.xiv.astra --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
Loading…
Add table
Reference in a new issue