Releases: williamd1k0/gdscript-cli
v0.6.0
Add a godot executable to the same folder of gdscript binary or add the executable folder in system path.
The executable must have the following name: godot(.exe)
OR
Set an env var with the path of the godot executable:
GODOT_BINARY: path/to/godot(.exe)
Windows and Gnu/Linux builds compiled using Nuitka [MSVC15 / gcc(Debian 6.3.0-18+deb9u1)]
v0.5.0
Add a godot executable to the same folder of gdscript binary or add the executable folder in system path.
The executable must have the following name: godot(.exe)
OR
Set an env var with the full path of the godot executable:
GODOT_BINARY: path/to/godotengine.exe
Windows and Gnu/Linux builds compiled using Nuitka [MSVC14 / gcc(Debian 6.3.0-18+deb9u1)]
v0.4.0
Add a godot executable to the same folder of gdscript binary or add the executable folder in system path.
The executable must have the following name: godot(.exe)
OR
Set an env var with the full path of the godot executable:
GODOT_BINARY: path/to/godotengine.exe
Windows and Gnu/Linux builds compiled using Nuitka [MSVC14 / gcc(Debian 6.3.0-18+deb9u1)]
v0.3.0
Add a godot executable to the same folder of gdscript
binary or add the executable folder in system path.
The executable must have the following name: godot(.exe)
OR
Set an env var with the full path of the godot executable:
GODOT_BINARY : path/to/godotengine.exe
v0.2.0
Test builds using Nuitka.
Add a godot executable to the same folder of gdscript.exe
or add the executable folder in system path.
The executable must have the following name: godot.exe
OR
Set an env var with the full path of the godot executable:
GODOT_BINARY : path/to/godotengine.exe
Proof of concept release
[[ Proof of concept release | Windows ]]
Add a godot executable to the same folder of gdscript.exe
or add the executable folder in system path.
The executable must have the following name: godot.exe
OR
Set an env var with the full path of the godot executable:
GODOT_BINARY
: path/to/godotengine.exe