From 2c7890e90e1aad371854cfe60ad63eaa88e64fec Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 19 Aug 2023 23:51:58 +0200 Subject: move generated db json files --- db/animations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/animations.php') diff --git a/db/animations.php b/db/animations.php index 8e3decc..f69d169 100644 --- a/db/animations.php +++ b/db/animations.php @@ -10,4 +10,4 @@ foreach (scandir(dirname(__DIR__) . '/modules/tuxemon/mods/tuxemon/animations/te $animations[$animationName][] = $animationFileName; } -file_put_contents(__DIR__ . '/animations.json', json_encode($animations)); +file_put_contents(__DIR__ . '/_generated/animations.json', json_encode($animations)); -- cgit v1.2.3