From 4e7267337301fe4a0480ba0603218fca25c2d096 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Thu, 5 Nov 2020 20:46:55 +0100 Subject: [PATCH] fix reinstalling store apps by searching appx for all users --- src/application/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/application.yaml b/src/application/application.yaml index 1ac62867..75a77c3e 100644 --- a/src/application/application.yaml +++ b/src/application/application.yaml @@ -3895,4 +3895,4 @@ functions: Write-Error \"Cannot reinstall '{{ $packageName }}'\" -ErrorAction Stop } $manifest = $package.InstallLocation + '\AppxManifest.xml'; - Add-AppxPackage -DisableDevelopmentMode -Register \"$manifest\" " \ No newline at end of file + Add-AppxPackage -DisableDevelopmentMode -Register \"$manifest\" "