Files
clapper/pkgs/flatpak/build.sh
Rafostar f0a54f97e1 Add all missing deps for building flatpak
With this flatpak is now possible to build and working
2020-10-29 18:58:02 +01:00

8 lines
217 B
Bash
Executable File

#!/bin/bash
rm -f com.github.rafostar.Clapper.flatpak
rm -rf build; mkdir build
rm -rf repo; mkdir repo
flatpak-builder --ccache --force-clean --default-branch=test build com.github.rafostar.Clapper.yml --repo=repo