fix: wrong keystore output path

This commit is contained in:
oSumAtrIX
2022-06-28 00:44:12 +02:00
parent 0d58ef14ae
commit 20fa17957e

View File

@ -130,7 +130,7 @@ internal object MainCommand : Runnable {
args.password,
args.keystorePath ?: outputFile.absoluteFile.parentFile
.resolve("${outputFile.nameWithoutExtension}.keystore")
.name
.canonicalPath
)
)
}