python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

How to change icon? #409

Closed wu110011 closed 3 years ago

wu110011 commented 3 years ago

How to change icon?

wu110011 commented 3 years ago

I found solution, just added below code in html head tag.

<link rel="icon" type="image/x-icon" href="favicon.ico?v=2" />