提交 ef17bae1 编写于 作者: S sergey-wowwow

Put deobfuscated files to res/ folder

上级 78ed5201
...@@ -72,7 +72,7 @@ public class ResourceFile { ...@@ -72,7 +72,7 @@ public class ResourceFile {
public void setAlias(ResourceEntry ri) { public void setAlias(ResourceEntry ri) {
int index = name.lastIndexOf('.'); int index = name.lastIndexOf('.');
deobfName = String.format("%s%s/%s%s", deobfName = String.format("res/%s%s/%s%s",
ri.getTypeName(), ri.getTypeName(),
ri.getConfig(), ri.getConfig(),
ri.getKeyName(), ri.getKeyName(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册