Export from linux terminal without godot window.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Paul WOISARD

Hello @everyone

I try to export my game from linux terminal with its command :

cd Godot_v3.1-stable_x11.64/
./Godot_v3.1-stable_x11.64 --path "/home/paul/undead-murderer---version-godot" --export "Linux/X11" "$HOME/Test Binaire/Undead_Murderer.x86_64"

But Godot window appear, how to disable it ?

Thanks.

:bust_in_silhouette: Reply From: Paul WOISARD

to solve my problem i use headless version of godot