Revert "Update AppxManifest.xml to show application name on DefaultTile for Windows 10 21H2/22H2 Start Menu (#20080)" (#20396)

This change is causing our build to fail when producing MSIX package for Windows x64, x86 and arm64.
This commit is contained in:
Dongbo Wang 2023-09-29 14:22:14 -07:00 committed by GitHub
parent dab6ca28f5
commit 0beb4dad44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,11 +37,6 @@
</uap3:Extension>
</Extensions>
<uap:VisualElements DisplayName="$DISPLAYNAME$" Description="PowerShell is an automation and configuration management platform. It consists of a cross-platform (Windows, Linux, and macOS) command-line shell and associated scripting language." BackgroundColor="transparent" Square150x150Logo="assets\Square150x150Logo.png" Square44x44Logo="assets\Square44x44Logo.png">
<uap:DefaultTile Square150x150Logo="assets\Square150x150Logo.png" ShortName="PowerShell">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile>
</uap:VisualElements>
</Application>
</Applications>