Skip to content

Commit

Permalink
fix(msupdate): update appraiserres.dll download source from #1
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Oct 1, 2024
1 parent 61b0f2d commit 4163b9d
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 @@ -567,7 +567,7 @@ for %%a in (%~dp0msstore\Microsoft.DesktopAppInstaller_*_8wekyb3d8bbwe.Msixbundl

if ($true -eq $SkipCheck) {
# get appraiserres.dll from Windows 10 19041 latest setup
Invoke-WebRequest -Uri "https://alist.xrgzs.top/d/pxy/System/Windows/Win10/Res/appraiserres.zip" -OutFile ".\temp\appraiserres.zip"
Invoke-WebRequest -Uri "https://github.com/user-attachments/files/17200856/appraiserres.zip" -OutFile ".\temp\appraiserres.zip"
Expand-Archive -Path ".\temp\appraiserres.zip" -DestinationPath ".\temp"
}

Expand Down

0 comments on commit 4163b9d

Please sign in to comment.