Explorar el Código

Fix missing file extension in Exporting projects

Hugo Locurcio hace 3 años
padre
commit
f3f7deca85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tutorials/export/exporting_projects.rst

+ 1 - 1
tutorials/export/exporting_projects.rst

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