mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-11 14:19:25 +01:00
fix: add callback for addFiles
This commit is contained in:
parent
8a49dcc110
commit
87ffaa4bdb
@ -66,5 +66,7 @@ fun Patcher.applyPatchesVerbose() {
|
||||
}
|
||||
|
||||
fun Patcher.mergeFiles() {
|
||||
this.addFiles(args.pArgs!!.mergeFiles)
|
||||
this.addFiles(args.pArgs!!.mergeFiles) {
|
||||
println("[merged] ${it.name}")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user