I’m not sure what’s wrong, but I know I dealt with this kind of problem before in the past. Here is my tools for building icon.res files if that helps. I use https://iconverticons.com/online/ to make good ico files from pngs
Try using an icon that only contains sizes 128, 48, 32 and 16. I was trying an .ico file with more resolutions, and bob.jar was throwing the following error:
Error - 4 icon(s) not replaced in /var/folders/mm/jk7g3fgx3q18vhcrhl8wq93h0000gn/T/7238089774573629213/x86-win32/dmengine_release.exe using /Applications/Defold/branches/20702/11115/master/resources/win32/app_icon.ico
Sorry for bumping this thread, but I’m still interested in solving this. @britzl do you have an .ico that works, so that we can take a guess at what’s happening?
This was actually a bug in the build/bundle-steps, @jakob.pogulis has already merged a fix for this and it will land in the stable on Monday! I’m adding the issue id to the topic as well. Thanks for reporting!