You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
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????
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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????
The text was updated successfully, but these errors were encountered: