Skip to content

Commit

Permalink
更新 Microsoft.AV1VideoExtension 1.2.2331.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Aug 22, 2024
1 parent 1116c0c commit 0abe6ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
5 changes: 3 additions & 2 deletions osc/runtime/getappx.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ function Download-Appx($Name) {
$obj = Invoke-WebRequest -Uri "https://store.xr6.xyz/api/GetFiles" `
-Method "POST" `
-ContentType "application/x-www-form-urlencoded" `
-Body $body
-Body $body `
-ConnectionTimeoutSeconds 5 -OperationTimeoutSeconds 5
break
}
catch {
Write-Host "请求失败,正在进行重试..."
Write-Host "请求失败,正在进行重试... $_"
Start-Sleep -Seconds 3
}
}
Expand Down

0 comments on commit 0abe6ca

Please sign in to comment.