mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
Made export template name match the default for Linux
The default export template name for Linux appears to be `Linux/X11` and not `Linux X11`
This commit is contained in:
@@ -135,7 +135,7 @@ that is headless (server build, no video) is ideal for this.
|
||||
|
||||
::
|
||||
|
||||
user@host:~/newgame$ godot --export "Linux X11" /var/builds/project
|
||||
user@host:~/newgame$ godot --export "Linux/X11" /var/builds/project
|
||||
user@host:~/newgame$ godot --export Android /var/builds/project.apk
|
||||
|
||||
The platform names recognized by the ``--export`` switch are the same as
|
||||
|
||||
Reference in New Issue
Block a user