Winget 1.7.11132

pull/619/head
KnifMelti 2024-04-29 19:51:21 +02:00
parent 9a493e4116
commit 08038982ef
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ Function Update-WinGet {
$WinGetAvailableVersion = ((Invoke-WebRequest $WinGeturl -UseBasicParsing | ConvertFrom-Json)[0].tag_name).Replace("v", "")
}
catch {
#if fail set version to the latest version as of 2023-10-08
$WinGetAvailableVersion = "1.6.2771"
#if fail set version to the latest version as of 2024-04-29
$WinGetAvailableVersion = "1.7.11132"
}
try {