fix: overwrite output file

This commit is contained in:
oSumAtrIX 2022-06-11 20:29:18 +02:00
parent d1ceab45c8
commit 2bfbbc2eb9
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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)
}
}