diff --git a/src/main/kotlin/app/revanced/patcher/Patcher.kt b/src/main/kotlin/app/revanced/patcher/Patcher.kt index ad0d0d3..5cbaab1 100644 --- a/src/main/kotlin/app/revanced/patcher/Patcher.kt +++ b/src/main/kotlin/app/revanced/patcher/Patcher.kt @@ -209,10 +209,10 @@ class Patcher(private val options: PatcherOptions) { try { when (mode) { ResourceDecodingMode.FULL -> { - logger.info("Decoding resources") - val outDir = options.recreateResourceCacheDirectory() + logger.info("Decoding resources") + resourcesDecoder.decodeResources(outDir) resourcesDecoder.decodeManifest(outDir)