Fix missing file extension in Exporting projects

This commit is contained in:
Hugo Locurcio
2022-05-26 20:53:45 +02:00
parent f26d7dd409
commit ef992d9f6b

View File

@@ -171,7 +171,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::