From d0ac819da560b037e51d4e4eab1639e9fe667b22 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Thu, 17 Apr 2025 23:27:22 +0100 Subject: [PATCH] feat: upgrading ludusavi --- scripts/postinstall.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/postinstall.cjs b/scripts/postinstall.cjs index bf30407e..32422dfc 100644 --- a/scripts/postinstall.cjs +++ b/scripts/postinstall.cjs @@ -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 });