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

View File

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