mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: decode in correct order
This commit is contained in:
parent
2a8cc283c7
commit
8fb2f2dc1d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue