mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-03 17:02:54 +01:00
fix: overwrite output file
This commit is contained in:
parent
d1ceab45c8
commit
2bfbbc2eb9
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user