From ebd0fe7ce85879131e968cce3478f382171d2f86 Mon Sep 17 00:00:00 2001 From: xivsam Date: Tue, 24 Mar 2026 11:41:14 +0100 Subject: [PATCH] fix: allow back patching without installing --- src/main/kotlin/app/revanced/cli/command/PatchCommand.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt index 00265405..33b83607 100644 --- a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt @@ -156,7 +156,6 @@ internal object PatchCommand : Callable { private class Installation { @CommandLine.Option( names = ["-i", "--install"], - required = true, description = ["Serial of the ADB device to install to. If not specified, the first connected device will be used."], fallbackValue = "", arity = "0..1",