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
Binary file not shown.
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 90 KiB |
|
@ -6,6 +6,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./app.css" />
|
||||
<link rel="icon" href="./favicon.ico" sizes="any" />
|
||||
</head>
|
||||
|
||||
<body style="margin: 0; overflow: hidden">
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<ApplicationIcon>app.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
BIN
src/AdvancedCalculator.Desktop/app.ico
Normal file
BIN
src/AdvancedCalculator.Desktop/app.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
Binary file not shown.
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 90 KiB |
Loading…
Add table
Add a link
Reference in a new issue