mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-03 08:52:53 +01:00
fix: update cli for new patcher version
This commit is contained in:
parent
a37304e032
commit
9fc2f9602a
@ -49,7 +49,7 @@ class Main {
|
|||||||
bar.reset().maxHint(1)
|
bar.reset().maxHint(1)
|
||||||
.extraMessage = "Merging integrations"
|
.extraMessage = "Merging integrations"
|
||||||
val integrations = Preconditions.isFile(it)
|
val integrations = Preconditions.isFile(it)
|
||||||
patcher.addFiles(integrations)
|
patcher.addFiles(listOf(integrations))
|
||||||
bar.step()
|
bar.step()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user