mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 22:34:24 +02:00
Make unique package directory name for decoded res xml files
This commit is contained in:
parent
038aa89d79
commit
59d64a6255
@ -171,7 +171,7 @@ import java.util.*;
|
||||
if(docElement.getChildesCount()==0){
|
||||
return;
|
||||
}
|
||||
File file=new File(outDir, typeBlock.getPackageBlock().getName());
|
||||
File file=new File(outDir, getPackageDirName(typeBlock.getPackageBlock()));
|
||||
file=new File(file, ApkUtil.RES_DIR_NAME);
|
||||
file=new File(file, "values"+typeBlock.getQualifiers());
|
||||
String type=typeBlock.getTypeName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user