fix: do not delete output file

This fixes the output file to be deleted when the option `--purge` was used.
This commit is contained in:
oSumAtrIX 2023-08-25 01:29:29 +02:00
parent 6aed946183
commit 0f3e090418
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ internal object PatchCommand : Runnable {
if (purge) {
logger.info("Purging temporary files")
outputFilePath.delete()
purge(resourceCachePath)
}