Skip to content

Commit

Permalink
feat: Log saved patched APK file path
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 1, 2023
1 parent 09bc652 commit 16109bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ internal object PatchCommand : Runnable {
alignedFile.renameTo(outputFilePath)
}

logger.info("Saved to $outputFilePath")

// endregion

// region Install
Expand Down

0 comments on commit 16109bd

Please sign in to comment.