From c6dbdf3564a5ba1672efd389c9d8f768f2dc446d Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 23 Sep 2022 10:33:42 +0300 Subject: [PATCH] Update ReVanced_Patches.ps1 --- Scripts/ReVanced_Patches.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/ReVanced_Patches.ps1 b/Scripts/ReVanced_Patches.ps1 index 3ae1a30..381aa37 100644 --- a/Scripts/ReVanced_Patches.ps1 +++ b/Scripts/ReVanced_Patches.ps1 @@ -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 }