Skip to content

Mention changing the application icon in Exporting for Windows #10965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tutorials/export/exporting_for_windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ system. When exporting for Windows, 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 does not contain the editor and debugger.

Changing the executable icon
----------------------------

To change the exported executable icon from the default Godot icon,
you need to set up a tool called *rcedit*. Godot will then call this tool
on export automatically. This process is documented in
:ref:`doc_changing_application_icon_for_windows`.

Code signing
------------

Expand Down
Loading