We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40acd07 commit dcc5875Copy full SHA for dcc5875
.github/scripts/Configure-AppxManifest.ps1
@@ -60,7 +60,7 @@ elseif ($Branch -eq "StorePreview")
60
$xmlDoc.Package.Identity.Name="49306atecsolution.FilesPreview"
61
$xmlDoc.Package.Properties.DisplayName="Files - Preview"
62
$xmlDoc.Package.Applications.Application.VisualElements.DisplayName="Files - Preview"
63
- $xmlDoc.Package.Applications.Application.VisualElements.DefaultTile.ShortName="49306atecsolution.FilesPreview"
+ $xmlDoc.Package.Applications.Application.VisualElements.DefaultTile.ShortName="Files - Preview"
64
65
# Remove capability that is only used for the sideload package
66
$nsmgr = New-Object System.Xml.XmlNamespaceManager($xmlDoc.NameTable)
0 commit comments