mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
updateBundles fix
This commit is contained in:
parent
078e467fb2
commit
5ce539f6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ task updateBundles{
|
|||
Log.info("Updating bundles...")
|
||||
|
||||
Fi.get("core/assets/bundles").walk(child -> {
|
||||
if(child.name() == "bundle.properties" || child.toString().contains("output")) return
|
||||
if(child.name() == "bundle.properties" || child.name() == "global.properties" || child.toString().contains("output")) return
|
||||
if(project.hasProperty("bundle") && child.name() != project.property("bundle")) return
|
||||
|
||||
Log.info("| @", child.nameWithoutExtension())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue