We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8fea5 commit 04154a8Copy full SHA for 04154a8
.github/scripts/Configure-AppxManifest.ps1
@@ -62,7 +62,7 @@ elseif ($Branch -eq "StorePreview")
62
$xmlDoc.Package.Applications.Application.VisualElements.DisplayName="Files - Preview"
63
$xmlDoc.Package.Applications.Application.VisualElements.DefaultTile.ShortName="49306atecsolution.FilesPreview"
64
65
- # Remove an capability that is used for the sideload
+ # Remove capability that is only used for the sideload package
66
$nsmgr = New-Object System.Xml.XmlNamespaceManager($xmlDoc.NameTable)
67
$nsmgr.AddNamespace("pkg", "http://schemas.microsoft.com/appx/manifest/foundation/windows10")
68
$nsmgr.AddNamespace("rescap", "http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities")
0 commit comments