From f10c8abf4e876da821fd554da53494b6ced5a4a4 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:27:48 +0700 Subject: [PATCH] Update Build.ps1 --- Build.ps1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Build.ps1 b/Build.ps1 index cb72a24..12fe151 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -130,9 +130,9 @@ $Parameters = @{ } Invoke-RestMethod @Parameters -# https://github.com/TeamVanced/VancedMicroG +# https://github.com/inotia00/VancedMicroG $Parameters = @{ - Uri = "https://api.github.com/repos/TeamVanced/VancedMicroG/releases/latest" + Uri = "https://api.github.com/repos/inotia00/VancedMicroG/releases/latest" UseBasicParsing = $true Verbose = $true } @@ -182,10 +182,10 @@ Remove-Item -Path "$WorkingFolder\ReVanced\jdk_windows-x64_bin.zip" -Force -jar "$WorkingFolder\ReVanced\revanced-cli.jar" patch ` --patch-bundle "$WorkingFolder\ReVanced\revanced-patches.jar" ` --merge "$WorkingFolder\ReVanced\revanced-integrations.apk" ` ---exclude "always-autorepeat" ` ---exclude "hide-captions-button" ` ---exclude "hide-timestamp" ` ---exclude "hide-seekbar" ` +--exclude "Always repeat" ` +--exclude "Hide captions button" ` +--exclude "Hide timestamp" ` +--exclude "Hide seekbar" ` --purge ` --resource-cache "$WorkingFolder\ReVanced\Temp" ` --out "$WorkingFolder\ReVanced\revanced.apk" `