Sorry for spamming the issues but i am testing you bindings currently 😅
I am trying to set an application icon. I am using winres to compile my .rc file.
MAIN ICON "www/assets/images/favicon/favicon.ico"
This only sets the taskbar icon and the console icon if i dont compile with -ldflags -H=windowsgui.
Is there any compile option that i am missing? I know Ultralight has a missing feature (ultralight-ux/Ultralight#172) to set the icon, but i thought i can some how set a flag or something in go????

Sorry for spamming the issues but i am testing you bindings currently 😅
I am trying to set an application icon. I am using
winresto compile my .rc file.MAIN ICON "www/assets/images/favicon/favicon.ico"This only sets the taskbar icon and the console icon if i dont compile with
-ldflags -H=windowsgui.Is there any compile option that i am missing? I know Ultralight has a missing feature (ultralight-ux/Ultralight#172) to set the icon, but i thought i can some how set a flag or something in go????