Branding: apply app icons across Desktop, Android, and Web
- Desktop: set ApplicationIcon and add app.ico - Web: replace favicon.ico and link in index.html - Shared: replace Avalonia default icon with branded ICO - Android: ensure Icon.png regenerated from brand ICO
This commit is contained in:
parent
31a6fd090f
commit
e1b924c283
5 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<ApplicationIcon>app.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue