Browse Source

Fix missing file extension in Exporting projects

Hugo Locurcio 3 năm trước cách đây
mục cha
commit
60b8d51bb5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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::