ReSet/flatpak
2023-11-15 15:22:13 +01:00
..
build.sh chore: Include instructions for flatpak build 2023-11-15 15:22:13 +01:00
cargo-sources.json chore: Include instructions for flatpak build 2023-11-15 15:22:13 +01:00
flatpak-generator.py feat: Add flatpak build tools 2023-11-03 00:49:27 +01:00
org.xetibo.ReSet.desktop feat: Add .desktop files and add PKGBUILD for arch 2023-11-04 12:51:30 +01:00
org.xetibo.ReSet.json chore: Include instructions for flatpak build 2023-11-15 15:22:13 +01:00
README.md chore: Include instructions for flatpak build 2023-11-15 15:22:13 +01:00

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