this post was submitted on 25 Aug 2023
18 points (87.5% liked)

No Stupid Questions (Developer Edition)

934 readers
1 users here now

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

founded 1 year ago
MODERATORS
 

I'm aware this has been the case since Windows 3.x, you always need an external program to ensure the executable is created with the icon you want. Why?

Please no mentions of Linux and other OSs, I know it's trivial to do so for them.

you are viewing a single comment's thread
view the rest of the comments
[–] WhoRoger@lemmy.world 3 points 1 year ago (7 children)

I'm curious why does one need to change the icon of an existing binary.

[–] ICastFist@programming.dev 1 points 1 year ago (4 children)

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.

[–] FishInABarrel@kbin.social 4 points 1 year ago* (last edited 1 year ago)

If you export it “wrong” once, you have to change the generated exe name, or windows will refuse to use the new icon.

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.

load more comments (3 replies)
load more comments (5 replies)