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