Skip to content

Commit 9eedc61

Browse files
committed
Mention changing the application icon in Exporting for Windows
1 parent 5c0ea92 commit 9eedc61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tutorials/export/exporting_for_windows.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ system. When exporting for Windows, the exporter takes all the project files and
1818
creates a ``data.pck`` file. This file is bundled with a specially optimized
1919
binary that is smaller, faster and does not contain the editor and debugger.
2020

21+
Changing the executable icon
22+
----------------------------
23+
24+
To change the exported executable icon from the default Godot icon,
25+
you need to set up a tool called *rcedit*. Godot will then call this tool
26+
on export automatically.This process is documented in
27+
:ref:`doc_changing_application_icon_for_windows`.
28+
2129
Code signing
2230
------------
2331

0 commit comments

Comments
 (0)