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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user