Skip to content

Commit

Permalink
ps1 vars
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tunisiano187 committed Dec 19, 2024
1 parent 18d6ab1 commit fc8abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/trafficlight-firefox/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function global:au_AfterUpdate($Package) {

function global:au_GetLatest {
$url32 = (((Invoke-WebRequest -Uri $releases -UseBasicParsing).Links | Where-Object {$_.href -match ".xpi"} ).href)

$version=(Get-Version $url32).Version

$Latest = @{ URL32 = $url32; Version = $version }
Expand Down

0 comments on commit fc8abd7

Please sign in to comment.