exporting_for_pc.rst 735 B

12345678910111213141516171819
  1. .. _doc_exporting_for_pc:
  2. Exporting for PC
  3. ================
  4. The simplest way to distribute a game for PC is to copy the executables
  5. (``godot.exe`` on Windows, ``godot`` on the rest), compress the folder
  6. and send it to someone else. However, this is often not desired.
  7. Godot offers a more elegant approach for PC distribution when using the
  8. export system. When exporting for PC (Linux, Windows, macOS), the exporter
  9. takes all the project files and creates a ``data.pck`` file. This file is
  10. bundled with a specially optimized binary that is smaller, faster and
  11. does not contain the editor and debugger.
  12. .. warning::
  13. If you export for Windows with embedded PCK files, you will not be able to
  14. sign the program, it will break.