mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-05-09 11:04:36 +02: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) {
|
if (purge) {
|
||||||
logger.info("Purging temporary files")
|
logger.info("Purging temporary files")
|
||||||
outputFilePath.delete()
|
|
||||||
purge(resourceCachePath)
|
purge(resourceCachePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user