mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:04:56 +00:00
Update boo
This commit is contained in:
@@ -53,11 +53,13 @@ class ToolPackage final : public ToolBase
|
|||||||
CheckFile(childPath);
|
CheckFile(childPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Directory with 2 components not "Shared" and no nested !world.blend files == General PAK */
|
/* Directory with 2 components not "Shared" or macOS app buundle
|
||||||
|
* and no nested !world.blend files == General PAK */
|
||||||
if (checkGeneral && origSize == m_selectedItems.size())
|
if (checkGeneral && origSize == m_selectedItems.size())
|
||||||
{
|
{
|
||||||
auto pathComps = path.getPathComponents();
|
auto pathComps = path.getPathComponents();
|
||||||
if (pathComps.size() == 2 && pathComps[0] != _S("out") && pathComps[1] != _S("Shared"))
|
if (pathComps.size() == 2 && pathComps[0] != _S("out") &&
|
||||||
|
pathComps[1] != _S("Shared") && pathComps[0].find(".app") == hecl::SystemString::npos)
|
||||||
AddSelectedItem(path);
|
AddSelectedItem(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
Submodule hecl/extern/boo updated: 1a48dd9c42...cbfd4ddad0
Reference in New Issue
Block a user