mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: log decoding resources after logging deleting resource cache directory
This commit is contained in:
parent
58bb879ef5
commit
db62a1607b
1 changed files with 2 additions and 2 deletions
|
@ -209,10 +209,10 @@ class Patcher(private val options: PatcherOptions) {
|
||||||
try {
|
try {
|
||||||
when (mode) {
|
when (mode) {
|
||||||
ResourceDecodingMode.FULL -> {
|
ResourceDecodingMode.FULL -> {
|
||||||
logger.info("Decoding resources")
|
|
||||||
|
|
||||||
val outDir = options.recreateResourceCacheDirectory()
|
val outDir = options.recreateResourceCacheDirectory()
|
||||||
|
|
||||||
|
logger.info("Decoding resources")
|
||||||
|
|
||||||
resourcesDecoder.decodeResources(outDir)
|
resourcesDecoder.decodeResources(outDir)
|
||||||
resourcesDecoder.decodeManifest(outDir)
|
resourcesDecoder.decodeManifest(outDir)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue