mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 22:06:20 +00:00
fix: add callback for addFiles
This commit is contained in:
@@ -66,5 +66,7 @@ fun Patcher.applyPatchesVerbose() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun Patcher.mergeFiles() {
|
fun Patcher.mergeFiles() {
|
||||||
this.addFiles(args.pArgs!!.mergeFiles)
|
this.addFiles(args.pArgs!!.mergeFiles) {
|
||||||
|
println("[merged] ${it.name}")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user