mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-05 01:42: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() }
|
val patches = Patches.loadPatches().map { it() }
|
||||||
patcher.addPatches(patches)
|
patcher.addPatches(patches)
|
||||||
|
|
||||||
|
patcher.resolveSignatures()
|
||||||
|
|
||||||
val amount = patches.size.toLong()
|
val amount = patches.size.toLong()
|
||||||
bar.reset().maxHint(amount)
|
bar.reset().maxHint(amount)
|
||||||
.extraMessage = "Applying patches"
|
.extraMessage = "Applying patches"
|
||||||
|
Loading…
Reference in New Issue
Block a user