Skip to content

Commit

Permalink
fix(msupdate): correct Microsoft.GamingServices package type
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Oct 10, 2024
1 parent 6e04528 commit c52e360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msupdate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"@
}

Expand Down

0 comments on commit c52e360

Please sign in to comment.