Update .woodpecker.json

This commit is contained in:
Rebekah 2024-07-07 08:53:04 -04:00
parent 104930436c
commit 3f395390f0

View File

@ -12,10 +12,11 @@
"echo Installing Stow Flatpak Dependancies.", "echo Installing Stow Flatpak Dependancies.",
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo", "flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
"flatpak install --user -y org.freedesktop.Sdk//23.08", "flatpak update",
"flatpak-builder --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml"
"echo Building Stow in a Flatpak.", "echo Building Stow in a Flatpak.",
"flatpak-builder --user --install build org.gnu.Stow.yml", "flatpak-builder --install build org.gnu.Stow.yml",
"echo Packaging Stow Flatpak Bundle.", "echo Packaging Stow Flatpak Bundle.",
"flatpak build-bundle repo stowapp.flatpak org.gnu.Stow" "flatpak build-bundle repo stowapp.flatpak org.gnu.Stow"