summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 6e10094aea0..ec04d6921fc 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -2054,6 +2054,7 @@ class UWPProcessController(RemoteProcessController):
run("MakeAppx.exe unpack /p \"{0}\" /d \"{1}\" /l".format(package, layout))
print("Registering application to run from layout...")
+ run("powershell Remove-AppxPackage {0}".format(self.packageFullName))
run("powershell Add-AppxPackage -Register \"{0}/AppxManifest.xml\"".format(layout))
run("CheckNetIsolation LoopbackExempt -a -n={0}".format(self.appUserModelId))