mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 22:24:25 +02:00
ResFileDecoder: disabled xml-decoding of .html files.
This commit is contained in:
parent
f4a5e7f910
commit
b8bbbad458
@ -54,10 +54,10 @@ public class ResFileDecoder {
|
|||||||
decode(inDir, inFileName, outDir, outResName + ".xml", "xml");
|
decode(inDir, inFileName, outDir, outResName + ".xml", "xml");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (inFileName.endsWith(".html")) {
|
// if (inFileName.endsWith(".html")) {
|
||||||
decode(inDir, inFileName, outDir, outResName + ".html", "xml");
|
// decode(inDir, inFileName, outDir, outResName + ".html", "xml");
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
decode(inDir, inFileName, outDir, outResName + ext, "raw");
|
decode(inDir, inFileName, outDir, outResName + ext, "raw");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user