I have followed setting the icon for desktop as pe...
# compose-desktop
m
I have followed setting the icon for desktop as per https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/Native_distributions_and_local_execution#app-icon and passed a Drawable to the Windows function. On Windows - this works fine. On Ubuntu - it will not change if I change the icon itself. Is setting the icon on Gradle just for packaging? What should control the icon displayed at runtime? Seem like: if you want to update the icon, you must change the mainClass