mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-23 17:27:32 +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.password,
|
||||||
args.keystorePath ?: outputFile.absoluteFile.parentFile
|
args.keystorePath ?: outputFile.absoluteFile.parentFile
|
||||||
.resolve("${outputFile.nameWithoutExtension}.keystore")
|
.resolve("${outputFile.nameWithoutExtension}.keystore")
|
||||||
.name
|
.canonicalPath
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user