Fix missing file extension in Exporting projects

This commit is contained in:
Hugo Locurcio
2022-05-26 20:53:45 +02:00
parent 8a09026b8d
commit f3f7deca85

View File

@@ -175,7 +175,7 @@ the command:
.. code-block:: shell
godot --path /path/to/project --export "Windows Desktop" some_name
godot --path /path/to/project --export "Windows Desktop" some_name.exe
.. seealso::