mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 13:56:18 +00:00
feat: Word log message better
This commit is contained in:
@@ -35,7 +35,7 @@ class ApkSigner(
|
|||||||
logger.info("Creating keystore at ${it.absolutePath}")
|
logger.info("Creating keystore at ${it.absolutePath}")
|
||||||
newKeystore(it)
|
newKeystore(it)
|
||||||
} else {
|
} else {
|
||||||
logger.info("Using keystore at ${it.absolutePath}")
|
logger.info("Using keystore ${it.absolutePath}")
|
||||||
}
|
}
|
||||||
}).use { fis -> store.load(fis, null) }
|
}).use { fis -> store.load(fis, null) }
|
||||||
store.aliases().nextElement()
|
store.aliases().nextElement()
|
||||||
|
|||||||
Reference in New Issue
Block a user