mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: adding ludusavi copy
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -272,6 +272,7 @@ export interface AchievementNotificationInfo {
|
||||
isPlatinum: boolean;
|
||||
points?: number;
|
||||
}
|
||||
|
||||
export interface GameArtifact {
|
||||
id: string;
|
||||
artifactLengthInBytes: number;
|
||||
|
||||
Reference in New Issue
Block a user