mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-18 08:53:58 +00:00
fix: resolve signatures before applying patches
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user