Browse Source

Fix missing file extension in Exporting projects

Hugo Locurcio 3 năm trước cách đây
mục cha
commit
ef992d9f6b

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

@@ -171,7 +171,7 @@ the command:
 
 
 .. code-block:: shell
 .. 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::
 .. seealso::