fix: wrong keystore output path

This commit is contained in:
oSumAtrIX 2022-06-28 00:44:12 +02:00
parent 0d58ef14ae
commit 20fa17957e
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

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