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 07268dc commit 334fb72Copy full SHA for 334fb72
.github/scripts/Configure-AppxManifest.ps1
@@ -122,7 +122,7 @@ elseif ($Branch -eq "StoreStable")
122
123
# Update app protocol and execution alias
124
$ap.SetAttribute("Name", "files");
125
- $aea.RemoveChild(aea.FirstChild); # Avoid duplication
+ $aea.RemoveChild($aea.FirstChild); # Avoid duplication
126
127
# Save modified Package.appxmanifest
128
$xmlDoc.Save($PackageManifestPath)
0 commit comments