Skip to content

Commit

Permalink
fix: overwrite output file
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 11, 2022
1 parent d1ceab4 commit 2bfbbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/signing/Signing.kt
Expand Up @@ -19,6 +19,6 @@ object Signing {
Signer(cn, password).signApk(alignedOutput, signedOutput)

// afterwards copy over the file to the output
signedOutput.copyTo(outputFile)
signedOutput.copyTo(outputFile, true)
}
}

0 comments on commit 2bfbbc2

Please sign in to comment.