mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-12 06:39:24 +01:00
fix: wrong keystore output path
This commit is contained in:
parent
0d58ef14ae
commit
20fa17957e
@ -130,7 +130,7 @@ internal object MainCommand : Runnable {
|
||||
args.password,
|
||||
args.keystorePath ?: outputFile.absoluteFile.parentFile
|
||||
.resolve("${outputFile.nameWithoutExtension}.keystore")
|
||||
.name
|
||||
.canonicalPath
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user