fix: resolve signatures before applying patches

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2022-04-14 22:59:56 +02:00
parent f2d9da4dca
commit c9941fe182
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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"