mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01: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");
|
||||
return;
|
||||
}
|
||||
if (inFileName.endsWith(".html")) {
|
||||
decode(inDir, inFileName, outDir, outResName + ".html", "xml");
|
||||
return;
|
||||
}
|
||||
// if (inFileName.endsWith(".html")) {
|
||||
// decode(inDir, inFileName, outDir, outResName + ".html", "xml");
|
||||
// return;
|
||||
// }
|
||||
|
||||
decode(inDir, inFileName, outDir, outResName + ext, "raw");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user