Skip to content

Commit

Permalink
fix(adobeair): update release url
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Oct 28, 2024
1 parent 9f695e4 commit cc953ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion automatic/adobeair/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. $PSScriptRoot\..\..\scripts\all.ps1

$releases = "https://airsdk.harman.com/runtime"
$releaseUrl = "https://airsdk.harman.com/assets/downloads/AdobeAIR.exe"
$releaseBaseUrl = "https://airsdk.harman.com/assets/downloads/"

function global:au_SearchReplace {
@{
Expand Down Expand Up @@ -34,6 +34,8 @@ function global:au_GetLatest {

$url -match $regexUrl

$releaseUrl = $releaseBaseUrl + $matches.version + '/AdobeAIR.exe'

return @{
URL = $releaseUrl
Version = $matches.version
Expand Down

0 comments on commit cc953ed

Please sign in to comment.