mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-04 01:12:54 +01:00
feat: Log saved patched APK file path
This commit is contained in:
parent
09bc652317
commit
16109bd8bc
@ -325,6 +325,8 @@ internal object PatchCommand : Runnable {
|
|||||||
alignedFile.renameTo(outputFilePath)
|
alignedFile.renameTo(outputFilePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.info("Saved to $outputFilePath")
|
||||||
|
|
||||||
// endregion
|
// endregion
|
||||||
|
|
||||||
// region Install
|
// region Install
|
||||||
|
Loading…
Reference in New Issue
Block a user