From 0eb10ec411a88a657b9b084976d33c7d03ffcba5 Mon Sep 17 00:00:00 2001 From: Arlind Sulejmani Date: Thu, 5 Jun 2025 19:59:25 +0200 Subject: [PATCH] change skin dir --- src/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default.json b/src/default.json index f1981cd..c8d7f94 100644 --- a/src/default.json +++ b/src/default.json @@ -1,7 +1,7 @@ { "General": { "OsuSongsDir": "/app/danser/songs", - "OsuSkinsDir": "/workspace/arlind/skins/Skins", + "OsuSkinsDir": "/app/danser/skins", "OsuReplaysDir": "/app/danser/replays", "DiscordPresenceOn": false, "UnpackOszFiles": true,