mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-06 15:14:26 +02:00
fix: decode in correct order
This commit is contained in:
parent
2a8cc283c7
commit
8fb2f2dc1d
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user