Update ReVanced_Intergrations.ps1

This commit is contained in:
2023-01-03 12:32:28 +07:00
committed by GitHub
parent 14b3b58905
commit 214852bbb2

View File

@@ -5,7 +5,7 @@ $Parameters = @{
Verbose = $true
}
$apiResult = Invoke-RestMethod @Parameters
$IntegrationsTag = $apiResult.tag_name.replace("v", "")
$IntegrationsTag = $apiResult.tag_name
$Parameters = @{
# Uri = "https://github.com/revanced/revanced-integrations/releases/download/$Tag/revanced-integrations-$Tag2.apk"
Uri = $apiResult.assets.browser_download_url