Update Package.appxmanifest

pull/45/head
James Montemagno 2022-03-11 12:18:20 -08:00 committed by GitHub
parent aae52717b1
commit 3854c8a55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@
<Properties>
<DisplayName>mauiapp</DisplayName>
<PublisherDisplayName>Microsoft</PublisherDisplayName>
<Logo>Assets\appiconStoreLogo.png</Logo>
<Logo>appiconStoreLogo.png</Logo>
</Properties>
<Dependencies>
@ -34,19 +34,19 @@
DisplayName="mauiapp"
Description="mauiapp"
BackgroundColor="transparent"
Square150x150Logo="Assets\appiconMediumTile.png"
Square44x44Logo="Assets\appiconLogo.png">
Square150x150Logo="appiconMediumTile.png"
Square44x44Logo="appiconLogo.png">
<uap:DefaultTile
Wide310x150Logo="Assets\appiconWideTile.png"
Square71x71Logo="Assets\appiconSmallTile.png"
Square310x310Logo="Assets\appiconLargeTile.png"
Wide310x150Logo="appiconWideTile.png"
Square71x71Logo="appiconSmallTile.png"
Square310x310Logo="appiconLargeTile.png"
ShortName="mauiapp">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Assets\splashSplashScreen.png" />
<uap:SplashScreen Image="splashSplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>