mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-04 01:12:54 +01:00
fix: resolve signatures before applying patches
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
f2d9da4dca
commit
c9941fe182
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user