diff --git a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt index 53e04b5..69de207 100644 --- a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt @@ -204,6 +204,7 @@ internal object PatchCommand : Runnable { resourceCachePath, aaptBinaryPath?.path, resourceCachePath.absolutePath, + true ) ).use { patcher -> val filteredPatches = patcher.filterPatchSelection(patches).also { patches ->