Hi, I created a customize icon for my game to replace the default one, however everytime I changed the name into 'favicon', it returned to the default one, both favicon.ico and icon.ico file in assets/icons folder.
I tried changing the code in index.html from:
<link rel="shortcut icon" href="favicon.ico" />
to <link rel="shortcut icon" href="morphicon.ico" />
but it didn't work either. I'm currently using v2.0.2.
Thanks.