chore: Include instructions for flatpak build

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-15 15:22:13 +01:00
parent 01f6e32580
commit 58fc09fd1d
4 changed files with 28 additions and 10 deletions

12
flatpak/README.md Normal file
View file

@ -0,0 +1,12 @@
### instructions for building:
- `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`
- you can also use the build.sh script provided
- note: if you are using a point release distribution(ubuntu, debian stable etc. please use the flatpak version of these commands -> flatpak run org.flatpak.Builder build...)
### instructions for installation:
`flatpak install --user reset.flatpak`