That should only have some minor bug fixes…
Since I’m not on Windows I get this one: Godot_v4.1.2-stable_linux.x86_64.zip
which contains only one file: Godot_v4.1.2-stable_linux.x86_64
.
I moved that to a convenient place on my $PATH
. With my setup I’ve got a bin
folder in my $HOME
and that is part of the $PATH
, so I put the Godot binary in there.
Also, I simplified the command name a bit, thus:
[~/Downloads]$ unzip Godot_v4.1.2-stable_linux.x86_64.zip
Archive: Godot_v4.1.2-stable_linux.x86_64.zip
inflating: Godot_v4.1.2-stable_linux.x86_64
[~/Downloads]$ mv Godot_v4.1.2-stable_linux.x86_64 $HOME/bin/godot-4.1.2