mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
fix: Use the new patch keyword
This commit is contained in:
parent
037226c3f2
commit
6cf1272051
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue