bash_env: Rename Godot exec paths env vars
This commit is contained in:
parent
80f31f24f4
commit
0043be7dbc
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
export GODOT_DEFAULT=~/.local/lib/godot/Godot_v4.2.1-stable_linux.x86_64
|
export GODOT3_BIN=~/.local/lib/godot/Godot_v3.5.3-stable_x11.64
|
||||||
export GODOT3_DEFAULT=~/.local/lib/godot/Godot_v3.5.3-stable_x11.64
|
export GODOT4_BIN=~/.local/lib/godot/Godot_v4.2.1-stable_linux.x86_64
|
||||||
export GODOT4_DEFAULT=~/.local/lib/godot/Godot_v4.2.1-stable_linux.x86_64
|
export GODOT_BIN=$GODOT4_BIN
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue