diff --git a/src/main/kotlin/app/revanced/patcher/Patcher.kt b/src/main/kotlin/app/revanced/patcher/Patcher.kt index a41941f..e726584 100644 --- a/src/main/kotlin/app/revanced/patcher/Patcher.kt +++ b/src/main/kotlin/app/revanced/patcher/Patcher.kt @@ -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)