mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 05:46:16 +00:00
fix: decode in correct order
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user