mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-07 15:44:25 +02:00
fix: log decoding resources after logging deleting resource cache directory
This commit is contained in:
parent
58bb879ef5
commit
db62a1607b
@ -209,10 +209,10 @@ class Patcher(private val options: PatcherOptions) {
|
||||
try {
|
||||
when (mode) {
|
||||
ResourceDecodingMode.FULL -> {
|
||||
logger.info("Decoding resources")
|
||||
|
||||
val outDir = options.recreateResourceCacheDirectory()
|
||||
|
||||
logger.info("Decoding resources")
|
||||
|
||||
resourcesDecoder.decodeResources(outDir)
|
||||
resourcesDecoder.decodeManifest(outDir)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user