How to remove Godot icon from final excecute

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Dava
:warning: Old Version Published before Godot 3 was released.

I replaced the Godot icon of my game to be the one for my game, but when I compile it onto an (.exe) file, it shows a Godot icon, how do I change this

:bust_in_silhouette: Reply From: jospic

This is a known windows export bug, but using this tool

http://www.angusj.com/resourcehacker/

you may replace default godot icon with your custom icon.
For me was worked.

-j

That is a quick and easy solution useful in most cases.

If you want a long term solution, could be better to prepare your production system to quickly build the windows templates with your icon files and your program description by editing the sources.

http://docs.godotengine.org/en/stable/reference/compiling_for_windows.html#creating-windows-export-templates

eons | 2017-01-07 16:49