Skip to content

Commit 04154a8

Browse files
committed
Update Configure-AppxManifest.ps1
1 parent 4d8fea5 commit 04154a8

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
@@ -62,7 +62,7 @@ elseif ($Branch -eq "StorePreview")
6262
$xmlDoc.Package.Applications.Application.VisualElements.DisplayName="Files - Preview"
6363
$xmlDoc.Package.Applications.Application.VisualElements.DefaultTile.ShortName="49306atecsolution.FilesPreview"
6464

65-
# Remove an capability that is used for the sideload
65+
# Remove capability that is only used for the sideload package
6666
$nsmgr = New-Object System.Xml.XmlNamespaceManager($xmlDoc.NameTable)
6767
$nsmgr.AddNamespace("pkg", "http://schemas.microsoft.com/appx/manifest/foundation/windows10")
6868
$nsmgr.AddNamespace("rescap", "http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities")

0 commit comments

Comments
 (0)