mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-11 22:29:24 +01:00
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:
parent
6aed946183
commit
0f3e090418
@ -204,7 +204,6 @@ internal object PatchCommand : Runnable {
|
||||
|
||||
if (purge) {
|
||||
logger.info("Purging temporary files")
|
||||
outputFilePath.delete()
|
||||
purge(resourceCachePath)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user