diff options
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index ec04d6921fc..6e10094aea0 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2054,7 +2054,6 @@ 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)) |