Explorar o código

Fix missing file extension in Exporting projects

Hugo Locurcio %!s(int64=3) %!d(string=hai) anos
pai
achega
ef992d9f6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      getting_started/workflow/export/exporting_projects.rst

+ 1 - 1
getting_started/workflow/export/exporting_projects.rst

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