浏览代码

Merge pull request #1679 from Calinou/update-exporting-for-pc

Update "Exporting for PC" to remove outdated information
Nathan Lovato 7 年之前
父节点
当前提交
08518f28d7
共有 1 个文件被更改,包括 5 次插入8 次删除
  1. 5 8
      getting_started/workflow/export/exporting_for_pc.rst

+ 5 - 8
getting_started/workflow/export/exporting_for_pc.rst

@@ -4,14 +4,11 @@ Exporting for PC
 ================
 
 The simplest way to distribute a game for PC is to copy the executables
-(godot.exe on windows, godot on the rest), zip the folder and send it to
-someone else. However, this is often not desired.
+(godot.exe on Windows, godot on the rest), compress the folder and send it
+to someone else. However, this is often not desired.
 
 Godot offers a more elegant approach for PC distribution when using the
-export system. When exporting for PC (Linux, Windows, Mac), the exporter
-takes all the project files and creates a "data.pck" file. This file is
+export system. When exporting for PC (Linux, Windows, macOS), the exporter
+takes all the project files and creates a ``data.pck`` file. This file is
 bundled with a specially optimized binary that is smaller, faster and
-lacks tools and debugger.
-
-Optionally, the files can be bundled inside the executable, though this
-does not always works properly.
+does not contain the editor and debugger.