Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 20fa179

Browse files
committed
fix: wrong keystore output path
1 parent 0d58ef1 commit 20fa179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/command/MainCommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ internal object MainCommand : Runnable {
130130
args.password,
131131
args.keystorePath ?: outputFile.absoluteFile.parentFile
132132
.resolve("${outputFile.nameWithoutExtension}.keystore")
133-
.name
133+
.canonicalPath
134134
)
135135
)
136136
}

0 commit comments

Comments
 (0)