mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-13 12:16:53 +07:00
Use current directory explicitly for bundle updator (#1316)
This commit is contained in:
parent
5f1ea4b098
commit
eb70283355
@ -15,7 +15,7 @@ public class BundleLauncher{
|
||||
OrderedMap<String, String> base = new OrderedMap<>();
|
||||
PropertiesUtils.load(base, new InputStreamReader(new FileInputStream(file)));
|
||||
Array<String> removals = new Array<>();
|
||||
Fi.get("").walk(child -> {
|
||||
Fi.get(".").walk(child -> {
|
||||
if(child.name().equals("bundle.properties") || child.isDirectory() || child.toString().contains("output"))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user