Skip to content

Commit

Permalink
Fix "$PaddedUnderVersion"
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphicHealer authored Dec 11, 2023
1 parent eb43d15 commit 433a3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automatic/googlechrome/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import-module "$PSScriptRoot\..\..\scripts\au_extensions.psm1"

$releases = "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json"
$paddedUnderVersion = '57.0.2988'

function global:au_BeforeUpdate {
$Latest.Checksum32 = Get-RemoteChecksum $Latest.URL32
Expand Down

0 comments on commit 433a3c2

Please sign in to comment.