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 72f23f1 commit ad3fa44
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 @@ -30,7 +30,7 @@ function global:au_GetLatest {
$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
$version = ($urlPath -split '-' | Select-Object -Last 1).trim(".zip")
$version = ($urlPath -split '-' | Select-Object -Last 1).trim(".x86.zip")
@{
Version = $version
URL32 = 'https://www.voidtools.com' + $urlPath
Expand Down

0 comments on commit ad3fa44

Please sign in to comment.