Closed asdfsx closed 10 months ago
Did you change the icon located at resources/icon.ico
?
yes, I have change the icon.
When I use regular icon
or extra large icon
in file explorer, the application show as
When I use medium icon
, the application show the icon I replaced
Now I'm very confused about this
I think the problem is caused by the ico file I make. And the windows icon cache made the problem more confuse. After I recreate the ico file and clean the cache, the problem solved.
I'm trying to build windows application on macOS, and I met a problem that the icon of the application can not change.
I build the application with the command
astilectron-bundler -c "bundler-win.json" -ldflags "-linkmode external -extldflags -static"
, and thebundler.json
is like belowBut the icon always be So I want to know how to update the icon for the windows application.