fix: decode in correct order

This commit is contained in:
oSumAtrIX 2023-08-14 04:02:24 +02:00
parent 2a8cc283c7
commit 8fb2f2dc1d
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

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)