mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 22:06:20 +00: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:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user