Merge branch 'main' into chore/update-deps

This commit is contained in:
Zamitto
2025-05-21 15:40:05 -03:00
committed by GitHub
16 changed files with 363 additions and 240 deletions

View File

@@ -33,6 +33,8 @@ export class Ludusavi {
path.join(this.ludusaviPath, "config.yaml"),
path.join(this.configPath, "config.yaml")
);
fs.cpSync(this.binaryPath, path.join(this.configPath, "ludusavi"));
}
}