Update ReVanced_Patches.ps1

This commit is contained in:
Dmitry Nefedov
2022-09-23 10:33:42 +03:00
committed by GitHub
parent be97aa94dd
commit c6dbdf3564

View File

@@ -9,7 +9,7 @@ $Patchesvtag = (Invoke-RestMethod @Parameters).tag_name
$Patchestag = $Patchesvtag.replace("v", "")
$Parameters = @{
Uri = "https://github.com/revanced/revanced-patches/releases/download/$Patchesvtag/revanced-patches-$Patchestag.jar"
Outfile = "$PSScriptRoot\revanced-patches.jar"
Outfile = "Temp\revanced-patches.jar"
UseBasicParsing = $true
Verbose = $true
}