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