Simple CLI to check and download the latest stable Godot release using the Godot download API and GitHub releases.
Set the current Godot executable path:
godot-up set-path /home/scher/Godot/Godot_v4.6-stable_linux.x86_64
Check for updates:
godot-up check
Download the latest stable release and update the stored path:
godot-up update
Optional overrides:
godot-up check --slug linux.x86_64.zip --platform linux.64 --flavor stable
godot-up update --download-dir /home/scher/Godot