mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 05:46:16 +00:00
fix: log decoding resources after logging deleting resource cache directory
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user