mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-05-03 08:04:31 +02:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
d946333c96
@ -1,3 +1,10 @@
|
|||||||
|
## [1.1.2](https://github.com/revanced/revanced-cli/compare/v1.1.1...v1.1.2) (2022-05-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* delete `outputFile` after deploying ([329f8a3](https://github.com/revanced/revanced-cli/commit/329f8a383fe52f4c2a66075d893c6599d3550bee))
|
||||||
|
|
||||||
## [1.1.1](https://github.com/revanced/revanced-cli/compare/v1.1.0...v1.1.1) (2022-05-22)
|
## [1.1.1](https://github.com/revanced/revanced-cli/compare/v1.1.0...v1.1.1) (2022-05-22)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 1.1.1
|
version = 1.1.2
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user