mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-13 14:43:15 +00:00
fix: delete outputFile after deploying
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user