We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ceab4 commit 2bfbbc2Copy full SHA for 2bfbbc2
src/main/kotlin/app/revanced/cli/signing/Signing.kt
@@ -19,6 +19,6 @@ object Signing {
19
Signer(cn, password).signApk(alignedOutput, signedOutput)
20
21
// afterwards copy over the file to the output
22
- signedOutput.copyTo(outputFile)
+ signedOutput.copyTo(outputFile, true)
23
}
24
0 commit comments