Skip to content

Commit

Permalink
Merge pull request #2421 from ralfbosz/googlechromestable
Browse files Browse the repository at this point in the history
Change the api-url to use the stable version
  • Loading branch information
pauby authored Feb 7, 2024
2 parents 4f195fe + 4b3e380 commit 49c46bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/googlechrome/update.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import-module au
import-module "$PSScriptRoot\..\..\scripts\au_extensions.psm1"

$releases = "https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/extended/versions"
$releases = "https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stable/versions"
$paddedUnderVersion = '57.0.2988'

function global:au_BeforeUpdate {
Expand Down

0 comments on commit 49c46bb

Please sign in to comment.