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 9cdb048 commit 8261fe6Copy full SHA for 8261fe6
.github/scripts/Configure-AppxManifest.ps1
@@ -90,7 +90,7 @@ elseif ($Branch -eq "Store")
90
$xmlDoc.Package.Applications.Application.VisualElements.DisplayName="Files"
91
$xmlDoc.Package.Applications.Application.VisualElements.DefaultTile.ShortName="Files"
92
93
- # Remove an capability that is used for the sideload
+ # Remove capability that is only used for the sideload package
94
$pm = $xmlDoc.SelectSingleNode("/pkg:Package/pkg:Capabilities/rescap:Capability[@Name='packageManagement']", $nsmgr)
95
$xmlDoc.Package.Capabilities.RemoveChild($pm)
96
0 commit comments