mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update ReVanced_CLI.ps1
This commit is contained in:
@@ -8,7 +8,7 @@ $CLIvtag = (Invoke-RestMethod @Parameters).tag_name
|
||||
$CLItag = $CLIvtag.replace("v", "")
|
||||
$Parameters = @{
|
||||
Uri = "https://github.com/revanced/revanced-cli/releases/download/$CLIvtag/revanced-cli-$CLItag-all.jar"
|
||||
Outfile = "$PSScriptRoot\revanced-cli.jar"
|
||||
Outfile = "Temp\revanced-cli.jar"
|
||||
UseBasicParsing = $true
|
||||
Verbose = $true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user