Skip to content

Commit

Permalink
fix: resolve signatures before applying patches
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed Apr 14, 2022
1 parent f2d9da4 commit c9941fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/app/revanced/cli/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class Main {
val patches = Patches.loadPatches().map { it() }
patcher.addPatches(patches)

patcher.resolveSignatures()

val amount = patches.size.toLong()
bar.reset().maxHint(amount)
.extraMessage = "Applying patches"
Expand Down

0 comments on commit c9941fe

Please sign in to comment.