mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -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
|
continue
|
||||||
|
|
||||||
# Build the command to be run
|
# 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:
|
try:
|
||||||
root = build_config[app].getboolean('root')
|
root = build_config[app].getboolean('root')
|
||||||
|
|
Loading…
Reference in a new issue