Merge pull request #509 from Romanitho/install-gui

Small fix for install counter
pull/511/head
Romain 2023-12-06 16:59:17 +01:00 committed by GitHub
commit c5009b4a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ function Invoke-PostUpdateActions {
$Script:WAUConfig = Get-WAUConfig $Script:WAUConfig = Get-WAUConfig
#Add 1 to counter file #Add 1 to counter file
Invoke-RestMethod -Uri "https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v$($WAUVersion)/WAU_InstallCounter" | Out-Null Invoke-RestMethod -Uri "https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v$($WAUConfig.DisplayVersion)/WAU_InstallCounter" | Out-Null
#log #log
Write-ToLog "Post Update actions finished" "green" Write-ToLog "Post Update actions finished" "green"