mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-24 19:51:05 +00:00
feat: --exclusive switch (#78)
This commit is contained in:
@@ -11,9 +11,7 @@ import app.revanced.patcher.extensions.PatchExtensions.patchName
|
||||
import app.revanced.patcher.patch.Patch
|
||||
import app.revanced.patcher.util.patch.implementation.JarPatchBundle
|
||||
|
||||
fun Patcher.addPatchesFiltered(
|
||||
excludePatches: Boolean = false
|
||||
) {
|
||||
fun Patcher.addPatchesFiltered() {
|
||||
val packageName = this.data.packageMetadata.packageName
|
||||
val packageVersion = this.data.packageMetadata.packageVersion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user