From 6cf1272051e7ce438c708c8df402336ac7f822e7 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 27 Aug 2023 14:00:21 -0500 Subject: [PATCH] fix: Use the new patch keyword --- src/ReVancedBuilder/JAVABuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReVancedBuilder/JAVABuilder.py b/src/ReVancedBuilder/JAVABuilder.py index a0d9ba6..ea8ab75 100644 --- a/src/ReVancedBuilder/JAVABuilder.py +++ b/src/ReVancedBuilder/JAVABuilder.py @@ -37,7 +37,7 @@ def build_apps(appstate): continue # Build the command to be run - cmd = 'java -jar revanced-cli.jar -m revanced-integrations.apk -b revanced-patches.jar' + cmd = 'java -jar revanced-cli.jar patch -b revanced-patches.jar -m revanced-integrations.apk' try: root = build_config[app].getboolean('root')