feat: Log saved patched APK file path

This commit is contained in:
oSumAtrIX 2023-12-01 23:52:05 +01:00
parent 09bc652317
commit 16109bd8bc
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 2 additions and 0 deletions

View File

@ -325,6 +325,8 @@ internal object PatchCommand : Runnable {
alignedFile.renameTo(outputFilePath)
}
logger.info("Saved to $outputFilePath")
// endregion
// region Install