Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update window icon on Windows #17

Closed
Namaneo opened this issue Dec 4, 2018 · 1 comment
Closed

Update window icon on Windows #17

Namaneo opened this issue Dec 4, 2018 · 1 comment

Comments

@Namaneo
Copy link

Namaneo commented Dec 4, 2018

As far as I know, this is currently no possibility to change the default icon on a .NET Core console app.

However, on the documentation of zserge/webview, this seems to be possible through a resource file. I believe this could work as well on this wrapper then.

This would be nice to add support to this, or to just give some more information if this is already available.

@iwillspeak
Copy link
Member

iwillspeak commented Dec 5, 2018

This is a .NET Standard library so you can still use it from a .NET Framework app and set the icon in the project properties as normal. Not sure how you achieve the same thing in .NET Core.

iwillspeak added a commit that referenced this issue Jan 4, 2019
Update the list of supported platforms and add information about setting the application icon.

Fxies: #17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants