feat: upgrading ludusavi

This commit is contained in:
Chubby Granny Chaser
2025-04-17 23:27:22 +01:00
parent f4e428a574
commit d0ac819da5

View File

@@ -34,7 +34,6 @@ const downloadLudusavi = async () => {
console.log(`Downloaded ${file}, extracting...`);
const pwd = process.cwd();
const targetPath = path.join(pwd, "ludusavi");
await fs.promises.mkdir(targetPath, { recursive: true });