fix version

pull/509/head^2
Romain 2023-12-06 02:20:47 +01:00 committed by GitHub
parent fa68140842
commit 82c66622be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ function Install-WingetAutoUpdate {
}
#Add 1 to counter file
Invoke-RestMethod -Uri "https://github.com/Romanitho/Winget-AutoUpdate/releases/download/$($WAUVersion)/WAU_InstallCounter" | Out-Null
Invoke-RestMethod -Uri "https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v$($WAUVersion)/WAU_InstallCounter" | Out-Null
Write-ToLog "-> WAU Installation succeeded!`n" "Green"
Start-sleep 1