Fix missing file extension in Exporting projects

This commit is contained in:
Hugo Locurcio
2022-05-26 20:53:45 +02:00
parent 44dc1133b9
commit 60b8d51bb5

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::