fix: Use the new patch keyword

This commit is contained in:
Sayantan Santra 2023-08-27 14:00:21 -05:00
parent 037226c3f2
commit 6cf1272051
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 1 additions and 1 deletions

View File

@ -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')