From bcd5ff902b2262f000646cc4c154b874b516c27b Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Mon, 6 Apr 2026 13:24:36 +0200 Subject: Forward channel, clean_images and flatpak_cargo_generator Eventually this logic will need to change. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7daaa1d..cb0cad9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For a quick local install without packaging: * `just install` - installs using meson's install command. Might require `sudo`. * `just uninstall` - removes installed files -To install to a different prefix: `just install prefix=/opt/map` +To install to a different prefix use the meson tooling directly. ## Code Quality @@ -60,7 +60,7 @@ configurable via the justfile. The defaults are: ## Distributing -Available package formats: deb, rpm, tar.gz, flatpak. +Available package formats: deb, rpm, arch pkg.tar.gz, flatpak, and AppImage. ### Main Targets @@ -78,17 +78,17 @@ For more control, use individual package or distribute targets: * `just package-appimage` - create .AppImage archive * `just package-flatpak` - create .flatpak bundle -* `just distribute-deb-all` - sign and upload .deb -* `just distribute-rpm-all` - sign and upload .rpm +For `.deb` targets we build for `trixie`, `forky`, and `sid` while for `.rpm` +targets we build for `fedora43`, `fedora44`, and `fedora-rawhide`. You can build +individual packages by running `just package-deb DISTRO` or +`just package-rpm DISTRO` + +* `just distribute-deb` - sign and upload .deb +* `just distribute-rpm` - sign and upload .rpm * `just distribute-arch` - sign and upload .pkg.tar.gz package * `just distribute-appimage` - sign and upload .AppImage * `just distribute-flatpak` - sign and upload .flatpak -For `.deb` targets we build for `trixie` and `forky`, while for `.rpm` targets -we build for `fedora43`, `fedora44`, and `fedora-rawhide`. You can build -individual packages by running `just package-deb DISTRO` or -`just package-rpm DISTRO` - ### Flatpak Notes Since flatpak expects offline building, we use `flatpak-cargo-generator` to -- cgit