19
Why does Windows makes changing executable's icons so damn hard?
(programming.dev)
This is a place where you can ask any programming / topic related to the instance questions you want!
For a more general version of this concept check out !nostupidquestions@lemmy.world
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
I'm curious why does one need to change the icon of an existing binary.
Windows exporting with Godot. If you export it "wrong" once, you have to change the generated exe name, or windows will refuse to use the new icon. I also need something in case I make everything "from scratch", like just compiling something from the command line.
Sounds like you just need to clear the icon cache. It's been a minute since I've written Windows apps, so I don't remember that process, but I'm sure google could help you out.