mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-19 19:08:33 +02:00
13 lines
563 B
Markdown
13 lines
563 B
Markdown
### 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`
|