mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-08 10:15:49 +01:00
fix: delete outputFile
after deploying
This commit is contained in:
parent
fb1cd41521
commit
329f8a383f
@ -87,11 +87,10 @@ internal object MainCommand : Runnable {
|
|||||||
|
|
||||||
Patcher.start(patcher)
|
Patcher.start(patcher)
|
||||||
|
|
||||||
if (clean) {
|
if (clean) File(cacheDirectory).deleteRecursively()
|
||||||
File(cacheDirectory).deleteRecursively()
|
|
||||||
outputFile.delete()
|
|
||||||
}
|
|
||||||
|
|
||||||
adb?.deploy()
|
adb?.deploy()
|
||||||
|
|
||||||
|
if (clean) outputFile.delete()
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user