Skip to content

Commit

Permalink
更新下载APPX脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Apr 15, 2024
1 parent 17126ec commit 8326403
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osc/runtime/getappx.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function Download-Appx($Name) {
}
Remove-Item -Path "$PSScriptRoot\Extension" -Force
New-Item -ItemType Directory -Path "$PSScriptRoot\Extension"

Invoke-WebRequest -Uri "https://file.uhsea.com/2404/c34fe07085105dbc8b7ff220d80b501aDZ.xml" -OutFile "$PSScriptRoot\Extension\Microsoft.HEVCVideoExtension.xml"

Download-Appx 'Microsoft.VCLibs.140.00'
Download-Appx 'Microsoft.AV1VideoExtension'
Download-Appx 'Microsoft.HEIFImageExtension'
Expand Down

0 comments on commit 8326403

Please sign in to comment.