Win Windows 10 tile?
#1
Bug 
I looked into the the directory and noticed that you have AppXmanifest file and it seems it's formatted wrong. I found out when I pin the Kodi's tile to start menu. It's currently looks like Windows 10's default tile instead of custom one.

Is there a fix for this so it looks like a custom tile rather than a default tile?

EDIT: I found some mistakes in the x64 version of the Kodi 17.1 RC AppXmanifest file, look at this:
Code:
<Identity Name="XBMCFoundation.Kodi" ProcessorArchitecture="x86" Publisher="CN=C62BD90A-CDD8-477F-96C3-B25992247B97" Version="17.0.901.0" />

Should be this:
Code:
<Identity Name="XBMCFoundation.Kodi" ProcessorArchitecture="x64" Publisher="CN=C62BD90A-CDD8-477F-96C3-B25992247B97" Version="17.0.901.0" />
your neighborhood beta tester
Reply

Logout Mark Read Team Forum Stats Members Help
Windows 10 tile?0