提交 07722ca0 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Place zip archives at the end of jar

上级 56d5044f
...@@ -857,8 +857,11 @@ public class BuildBase { ...@@ -857,8 +857,11 @@ public class BuildBase {
} }
return 2; return 2;
} }
if (!path.endsWith(".zip")) {
return 3; return 3;
} }
return 4;
}
@Override @Override
public int compare(File f1, File f2) { public int compare(File f1, File f2) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论