mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-06-12 21:27:37 +02:00
fix: overwrite output file
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user