Skip to content

Commit 8261fe6

Browse files
0x5bfayaira2
andauthored
Update .github/scripts/Configure-AppxManifest.ps1
Co-authored-by: Yair <[email protected]>
1 parent 9cdb048 commit 8261fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/Configure-AppxManifest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ elseif ($Branch -eq "Store")
9090
$xmlDoc.Package.Applications.Application.VisualElements.DisplayName="Files"
9191
$xmlDoc.Package.Applications.Application.VisualElements.DefaultTile.ShortName="Files"
9292

93-
# Remove an capability that is used for the sideload
93+
# Remove capability that is only used for the sideload package
9494
$pm = $xmlDoc.SelectSingleNode("/pkg:Package/pkg:Capabilities/rescap:Capability[@Name='packageManagement']", $nsmgr)
9595
$xmlDoc.Package.Capabilities.RemoveChild($pm)
9696

0 commit comments

Comments
 (0)