Check out the upstream project here: https://naev.org/
Report Upstream issues here: https://naev.org/contact/
- Clone this repo
- Install flatpak and flatpak-builder for your distro
- Run the build script with:
./local-build.sh(or./local-build.sh --debugfor a debug build) - Install the test build with:
flatpak install --user ./org.naev.Naev.flatpak
The Rust dependencies are vendored for the Flatpak build. To update them:
- Download the updated
Cargo.lockfrom the latest release action for the version you want to update on Codeberg. - Replace the
Cargo.lockin this repository with the downloaded one. - Run the source generation script to update
cargo-sources.json:./gen-sources.sh
- Commit both
Cargo.lockandcargo-sources.json.
