From 89043abd84a269fe7db4f8bfb1bca90199e6283f Mon Sep 17 00:00:00 2001 From: pkowal1982 Date: Thu, 7 Apr 2022 17:40:21 +0200 Subject: [PATCH] How to change windows icon with no external tools (#5739) * How to change windows icon with no external tools * Apply suggestions from code review Co-authored-by: Hugo Locurcio --- tutorials/export/changing_application_icon_for_windows.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorials/export/changing_application_icon_for_windows.rst b/tutorials/export/changing_application_icon_for_windows.rst index 8be2b452e..59f4f3d79 100644 --- a/tutorials/export/changing_application_icon_for_windows.rst +++ b/tutorials/export/changing_application_icon_for_windows.rst @@ -61,6 +61,11 @@ use the ``Icon`` setting. Changing the file icon ---------------------- +In Godot 3.5 and later, you can change the file icon without +external tools using `godoticon `__. +Changing the file icon this way should work for executables containing +an embedded PCK. + .. warning:: There are `known issues `__