fix: decode in correct order

This commit is contained in:
oSumAtrIX
2023-08-14 04:02:24 +02:00
parent 2a8cc283c7
commit 8fb2f2dc1d

View File

@@ -208,8 +208,8 @@ class Patcher(private val options: PatcherOptions) {
val outDir = options.recreateResourceCacheDirectory()
resourcesDecoder.decodeManifest(outDir)
resourcesDecoder.decodeResources(outDir)
resourcesDecoder.decodeManifest(outDir)
apkDecoder.recordUncompressedFiles(resourcesDecoder.resFileMapping)