fix: log decoding resources after logging deleting resource cache directory

This commit is contained in:
oSumAtrIX 2023-08-16 16:53:19 +02:00
parent 58bb879ef5
commit db62a1607b
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -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)