mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
8 lines
217 B
Bash
Executable File
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
|