Skip to content

Commit c7b7854

Browse files
docs: Restore example of multiple patch bundles
1 parent 51cc4f1 commit c7b7854

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/1_usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ You can combine the option `-e`, `-d`, `--ei`, `--di` and `--exclusive`. Here is
5454
java -jar morphe-cli.jar patch --patches patches.mpp --exclusive -e "Patch name" --ei 123 input.apk
5555
```
5656

57+
You can also use multiple MPP files. Enable/disable and other bundle specific arguments are applied to the last `--patches` argument:
58+
59+
```bash
60+
java -jar morphe-cli.jar patch --patches patches-a.mpp -e "patch a" --patches patches-b.mpp -e "patch b" input.apk
61+
```
62+
5763

5864
> [!TIP]
5965
> You can use the option `-i` to automatically install the patched app after patching.

0 commit comments

Comments
 (0)