We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54308b commit 3d0c8c1Copy full SHA for 3d0c8c1
src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
@@ -357,8 +357,6 @@ internal object PatchCommand : Runnable {
357
// region Install.
358
359
deviceSerial?.let {
360
- val deviceSerial = it.ifEmpty { null }
361
-
362
runBlocking {
363
when (val result = installer!!.install(Installer.Apk(outputFilePath, packageName))) {
364
RootInstallerResult.FAILURE -> logger.severe("Failed to mount the patched APK file")
0 commit comments