Skip to content

Conversation

@jonathanpeppers
Copy link
Member

Fixes: #7041

I got these image files by doing:

dotnet new maui
dotnet build -f net6.0-android

Then look in obj\Debug\net6.0-android\resizetizer\r. The maui
template uses an .svg and generates these files at build time. Since
we don't have Resizetizer here, we can just add the build output
instead.

I used the exact filenames that dotnet/maui uses, I don't think we
were particular about the ic_launcher named used before?

Manually tested app icon on a Pixel 5:

image

Fixes: dotnet#7041

I got these image files by doing:

    dotnet new maui
    dotnet build -f net6.0-android

Then look in `obj\Debug\net6.0-android\resizetizer\r`. The `maui`
template uses an `.svg` and generates these files at build time. Since
we don't have Resizetizer here, we can just add the build output
instead.

I used the exact filenames that dotnet/maui uses, I don't think we
were particular about the `ic_launcher` named used before?
@jonathanpeppers jonathanpeppers requested a review from jonpryor as a code owner June 2, 2022 21:40
@jonpryor jonpryor merged commit 226d750 into dotnet:main Jun 7, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Templates] Update .NET 6 templates

2 participants