mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 13:51:02 +00:00
feat: upgrading ludusavi
This commit is contained in:
@@ -34,7 +34,6 @@ const downloadLudusavi = async () => {
|
|||||||
console.log(`Downloaded ${file}, extracting...`);
|
console.log(`Downloaded ${file}, extracting...`);
|
||||||
|
|
||||||
const pwd = process.cwd();
|
const pwd = process.cwd();
|
||||||
|
|
||||||
const targetPath = path.join(pwd, "ludusavi");
|
const targetPath = path.join(pwd, "ludusavi");
|
||||||
|
|
||||||
await fs.promises.mkdir(targetPath, { recursive: true });
|
await fs.promises.mkdir(targetPath, { recursive: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user