mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-29 22:24:36 +02:00
feat: Word log message better
This commit is contained in:
parent
ac5742dd6c
commit
6942b22a68
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user