Update Build.ps1

This commit is contained in:
Dmitry Nefedov
2022-09-01 17:04:01 +03:00
committed by GitHub
parent 597e116a84
commit 21cf1af00f

View File

@@ -117,7 +117,7 @@ $Parameters = @{
$URL = ((Invoke-RestMethod @Parameters).assets | Where-Object -FilterScript {$_.browser_download_url -notmatch "asc"}).browser_download_url
$Parameters = @{
Uri = $URL
Outfile = "$PSScriptRoot\ReVanced\microg.apk"
Outfile = "$DownloadsFolder\ReVanced\microg.apk"
UseBasicParsing = $true
Verbose = $true
}