Migrate asset packs folder

This commit is contained in:
ClaraCrazy
2023-07-24 13:54:32 +02:00
parent 37939dec86
commit 3264c37e5b
439 changed files with 13 additions and 10 deletions

View File

@@ -283,8 +283,8 @@ extern const size_t ICON_PATHS_COUNT;
self.logger.info("Packing custom asset packs")
root_dir = pathlib.Path(__file__).absolute().parent.parent
asset_packer.pack(
root_dir / "assets/dolphin/custom",
root_dir / f"assets/resources/dolphin_custom",
root_dir / "assets/packs",
root_dir / f"assets/resources/asset_packs",
self.logger.info,
)