Icon changer is a Windows tool for changing an executable's icon.
You can download the latest released binary or (gcc and make are required to be installed):
- git clone https://github.com/stefanGaina/Icon-Changer.git
- cd Icon-Changer
- make
To execute run icon-changer.exe path/to/icon path/to/executable. The icon needs to be in a .ico format (images can be converted to this format).