mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-17 08:24:00 +00:00
fix: use absolute file path for key store
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user