mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-10 19:25:51 +01:00
fix: use absolute file path for key store
This commit is contained in:
parent
6fc3ae67c8
commit
d335846202
@ -113,7 +113,7 @@ internal object MainCommand : Runnable {
|
|||||||
SigningOptions(
|
SigningOptions(
|
||||||
args.cn,
|
args.cn,
|
||||||
args.password,
|
args.password,
|
||||||
args.keystorePath ?: outputFile.parentFile
|
args.keystorePath ?: outputFile.absoluteFile.parentFile
|
||||||
.resolve("${outputFile.nameWithoutExtension}.keystore")
|
.resolve("${outputFile.nameWithoutExtension}.keystore")
|
||||||
.name
|
.name
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user