mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update ReVanced_Intergrations.ps1
This commit is contained in:
@@ -5,7 +5,7 @@ $Parameters = @{
|
|||||||
Verbose = $true
|
Verbose = $true
|
||||||
}
|
}
|
||||||
$apiResult = Invoke-RestMethod @Parameters
|
$apiResult = Invoke-RestMethod @Parameters
|
||||||
$IntegrationsTag = $apiResult.tag_name.replace("v", "")
|
$IntegrationsTag = $apiResult.tag_name
|
||||||
$Parameters = @{
|
$Parameters = @{
|
||||||
# Uri = "https://github.com/revanced/revanced-integrations/releases/download/$Tag/revanced-integrations-$Tag2.apk"
|
# Uri = "https://github.com/revanced/revanced-integrations/releases/download/$Tag/revanced-integrations-$Tag2.apk"
|
||||||
Uri = $apiResult.assets.browser_download_url
|
Uri = $apiResult.assets.browser_download_url
|
||||||
|
|||||||
Reference in New Issue
Block a user