Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
feat: integrations merge
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 9, 2022
1 parent 6664f49 commit 919b34e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/kotlin/app/revanced/cli/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ fun main(args: Array<String>) {
SignatureParser.parse(args[2]).toTypedArray() // signatures.json
)

// add integrations dex container
patcher.addFiles(File(args[3]))

// load all patches
for (patch in patches) {
patcher.addPatches(patch())
}

// apply all patches
patcher.applyPatches().forEach{ (name, result) ->
println("$name: $result")
}
Expand Down

0 comments on commit 919b34e

Please sign in to comment.