mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-14 21:57:44 +02:00
chore: Include instructions for flatpak build
This commit is contained in:
parent
01f6e32580
commit
58fc09fd1d
4 changed files with 28 additions and 10 deletions
5
flatpak/build.sh
Executable file
5
flatpak/build.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
python3 flatpak-generator.py ../Cargo.lock -o cargo-sources.json
|
||||
flatpak-builder build org.xetibo.ReSet.json --force-clean
|
||||
flatpak build-export export build
|
||||
flatpak build-bundle export reset.flatpak org.xetibo.ReSet
|
Loading…
Add table
Add a link
Reference in a new issue