From c52e360f84ceb338039de7e73f3f5e993b9f2927 Mon Sep 17 00:00:00 2001 From: xrgzs Date: Thu, 10 Oct 2024 13:21:55 +0800 Subject: [PATCH] fix(msupdate): correct Microsoft.GamingServices package type --- msupdate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msupdate.ps1 b/msupdate.ps1 index adb59c6..4aef1b6 100644 --- a/msupdate.ps1 +++ b/msupdate.ps1 @@ -568,7 +568,7 @@ for %%a in (%~dp0msstore\Microsoft.NET.Native.Runtime.2.*_8wekyb3d8bbwe.Appx) do for %%a in (%~dp0msstore\Microsoft.NET.Native.Framework.2.*_8wekyb3d8bbwe.Appx) do call :Add-ProvisionedAppxPackage "%%a" for %%a in (%~dp0msstore\Microsoft.WindowsStore_*_8wekyb3d8bbwe.Msixbundle) do call :Add-ProvisionedAppxPackage "%%a" for %%a in (%~dp0msstore\Microsoft.DesktopAppInstaller_*_8wekyb3d8bbwe.Msixbundle) do call :Add-ProvisionedAppxPackage "%%a" -for %%a in (%~dp0msstore\Microsoft.GamingServices_*_8wekyb3d8bbwe.Msixbundle) do call :Add-ProvisionedAppxPackage "%%a" +for %%a in (%~dp0msstore\Microsoft.GamingServices_*_8wekyb3d8bbwe.appxbundle) do call :Add-ProvisionedAppxPackage "%%a" "@ }