how can I change the app icon on windows? I tried ...
# compose-desktop
a
how can I change the app icon on windows? I tried setting the iconFile to an svg, and a png and even though the default icon changes to the old java icon, i dont see my icon
t
I think in windows the icon must be an .ico file. Here is the link to the documentation: https://github.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution#app-icon
a
that worked. thanks 👍
101 Views