mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
Add all missing deps for building flatpak
With this flatpak is now possible to build and working
This commit is contained in:
7
pkgs/flatpak/build.sh
Executable file
7
pkgs/flatpak/build.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user