Update ReVanced_Intergrations.ps1

This commit is contained in:
Dmitry Nefedov
2022-09-23 10:28:44 +03:00
committed by GitHub
parent 2a27cf955d
commit f97dbd2c49

View File

@@ -7,7 +7,7 @@ $Parameters = @{
$IntegrationsTag = (Invoke-RestMethod @Parameters).tag_name
$Parameters = @{
Uri = "https://github.com/revanced/revanced-integrations/releases/download/$IntegrationsTag/app-release-unsigned.apk"
Outfile = "$PSScriptRoot\app-release-unsigned.apk"
Outfile = "Temp\app-release-unsigned.apk"
UseBasicParsing = $true
Verbose = $true
}