x86 => x64
This commit is contained in:
parent
ce1b0d89e8
commit
5a8f446821
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ function Get-LatestSpotifyVersion {
|
|||
Url = $url
|
||||
}
|
||||
}
|
||||
$filteredResults = $results | Where-Object { $_.FileName -match 'SpotifyAB\.SpotifyMusic_.+x86.+\.appx' }
|
||||
$filteredResults = $results | Where-Object { $_.FileName -match 'SpotifyAB\.SpotifyMusic_.+x64.+\.appx' }
|
||||
$latestFile = $filteredResults | Sort-Object -Property DateTime -Descending | Select-Object -First 1
|
||||
|
||||
if (-not $latestFile) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue