Hi,
I want to develop a server with Godot and I want to export and run it without X11 bindings. I tried to create a super simple Project with just a node and attached script, that just prints a message. If I export this script and run it from the command line it still opens a game window.
If I run the project with the headless or serve version it runs fine, but I want to be able to export it to a single executable.
How can I do that?
Regards