mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 22:06:20 +00: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