mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 18:33:56 +00:00
fix: fixing ludusavi download
This commit is contained in:
@@ -106,9 +106,6 @@ export class Ludusavi {
|
||||
|
||||
config.customGames = filteredGames;
|
||||
|
||||
fs.writeFileSync(
|
||||
path.join(this.ludusaviPath, "config.yaml"),
|
||||
YAML.stringify(config)
|
||||
);
|
||||
fs.writeFileSync(this.configPath, YAML.stringify(config));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user