mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
|
|
export B=flatpak-build
|
|
export YAML=misc/de.hohnstaedt.xca.yaml
|
|
export REPO=xca-origin
|
|
|
|
flatpak-builder --force-clean $B $YAML
|
|
flatpak-builder --force-clean --user --install $B $YAML
|
|
flatpak-builder --force-clean --repo=$REPO $B $YAML
|