소스 검색

Fix missing file extension in Exporting projects

Hugo Locurcio 3 년 전
부모
커밋
f3f7deca85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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::