Skip to content

Commit

Permalink
(es) Adding both x86 and x64 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 5, 2024
1 parent ad3fa44 commit 9d41206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/es/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function global:au_GetLatest {
$re = "ES-[\d\.]+\.x86.zip"
$urlPath = $download_page.links | ? href -match $re | Select-Object -First 1 -Expand href
$re64 = "ES-[\d\.]+\.x64.zip"
$urlPath64 = $download_page.links | ? href -match $re | Select-Object -First 1 -Expand href
$urlPath64 = $download_page.links | ? href -match $re64 | Select-Object -First 1 -Expand href
$version = ($urlPath -split '-' | Select-Object -Last 1).trim(".x86.zip")
@{
Version = $version
Expand Down

0 comments on commit 9d41206

Please sign in to comment.