Update Spotify version
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@ if (-not (Test-Path -Path "$CurrentFolder\ReVanced"))
|
|||||||
New-Item -Path "$CurrentFolder\ReVanced" -ItemType Directory -Force
|
New-Item -Path "$CurrentFolder\ReVanced" -ItemType Directory -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
$LatestSupported = "9-0-44-478"
|
$LatestSupported = "9.0.48.380".Replace(".", "-")
|
||||||
|
|
||||||
Write-Verbose -Message "" -Verbose
|
Write-Verbose -Message "" -Verbose
|
||||||
Write-Verbose -Message "Downloading the latest supported Spotify apk" -Verbose
|
Write-Verbose -Message "Downloading the latest supported Spotify apk" -Verbose
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
$LatestSupported = "9-0-44-478"
|
$LatestSupported = "9.0.48.380".Replace(".", "-")
|
||||||
|
|
||||||
$AngleSharpAssemblyPath = (Get-ChildItem -Path (Split-Path -Path (Get-Package -Name AngleSharp).Source) -Filter "*.dll" -Recurse | Where-Object -FilterScript {$_ -match "standard"} | Select-Object -Last 1).FullName
|
$AngleSharpAssemblyPath = (Get-ChildItem -Path (Split-Path -Path (Get-Package -Name AngleSharp).Source) -Filter "*.dll" -Recurse | Where-Object -FilterScript {$_ -match "standard"} | Select-Object -Last 1).FullName
|
||||||
Add-Type -Path $AngleSharpAssemblyPath
|
Add-Type -Path $AngleSharpAssemblyPath
|
||||||
|
|||||||
Reference in New Issue
Block a user