Skip to content

Commit 334fb72

Browse files
committed
Code Quality: Fix Configure-AppxManifest
1 parent 07268dc commit 334fb72

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
@@ -122,7 +122,7 @@ elseif ($Branch -eq "StoreStable")
122122

123123
# Update app protocol and execution alias
124124
$ap.SetAttribute("Name", "files");
125-
$aea.RemoveChild(aea.FirstChild); # Avoid duplication
125+
$aea.RemoveChild($aea.FirstChild); # Avoid duplication
126126

127127
# Save modified Package.appxmanifest
128128
$xmlDoc.Save($PackageManifestPath)

0 commit comments

Comments
 (0)