forked from snxraven/peardock
Copy runtime logos/favicons into assets/ and package icons into build/, then use them for the titlebar, favicons, dock/window icons, and docs so packaging and the UI no longer rely on placeholder marks.
10 lines
221 B
XML
10 lines
221 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="mstile-150x150.png"/>
|
|
<TileColor>#0f1117</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|