Update WAU-MSI_Actions.ps1

pull/712/head
Romain 2024-09-21 08:39:53 +02:00 committed by GitHub
parent 778293ac8c
commit 4df1d9fa72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ function Install-WingetAutoUpdate {
#Add 1 to counter file
try {
Invoke-RestMethod -Uri "https://github.com/Romanitho/WAU-MSI/releases/download/v$($WAUconfig.ProductVersion)/WAU_InstallCounter" | Out-Null
Invoke-RestMethod -Uri "https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v$($WAUconfig.ProductVersion)/WAU_InstallCounter" | Out-Null
Write-Host "-> Reported installation."
}
catch {