浏览代码

Fix missing file extension in Exporting projects

Hugo Locurcio 3 年之前
父节点
当前提交
ef992d9f6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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::