Skip to content

Commit 2bfbbc2

Browse files
committed
fix: overwrite output file
1 parent d1ceab4 commit 2bfbbc2

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/app/revanced/cli/signing

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/signing/Signing.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ object Signing {
1919
Signer(cn, password).signApk(alignedOutput, signedOutput)
2020

2121
// afterwards copy over the file to the output
22-
signedOutput.copyTo(outputFile)
22+
signedOutput.copyTo(outputFile, true)
2323
}
2424
}

0 commit comments

Comments
 (0)