Skip to content

Commit

Permalink
Fix update URL, Remove MSI files
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Nov 17, 2024
1 parent 82d8813 commit 3c70d0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions Evergreen/Apps/Get-ScooterBeyondCompare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,6 @@
URI = if ($language.key -eq "en") { $Update.download } else { $Update.download -replace "BCompare-", "BCompare-$($language.key)-" }
}
Write-Output -InputObject $PSObject

# Output the version and download URL for the MSI
if ($language.key -eq "en") {
foreach ($Msi in $res.Get.Download.Uri) {
$PSObject = [PSCustomObject] @{
Version = $Version
Language = $res.Get.Update.Languages[$language.key]
Architecture = Get-Architecture -String $Msi
Type = Get-FileType -File $Msi
URI = $Msi -replace "#version", $Version
}
Write-Output -InputObject $PSObject
}
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Evergreen/Manifests/ScooterBeyondCompare.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Source": "https://scootersoftware.com/",
"Get": {
"Update": {
"Uri": "https://www.scootersoftware.com/checkupdates.php?product=bc4&minor=3&maint=2&auth=30.15&build=24472&edition=prodebug&cpuarch=x86_64&platform=win32&lang=silent",
"Uri": "https://www.scootersoftware.com/checkupdates.php?product=bc5&minor=3&maint=2&auth=30.15&build=24472&edition=prodebug&cpuarch=x86_64&platform=win32&lang=silent",
"UserAgent": "BeyondCompare/4.3 (Windows NT 10.0; Win64; x64)",
"XmlNode": "//Update",
"MatchVersion": "(\\d+(\\.\\d+)(\\.\\d+))",
Expand Down

0 comments on commit 3c70d0e

Please sign in to comment.