fix: adding ludusavi copy

This commit is contained in:
Chubby Granny Chaser
2025-05-21 19:07:18 +01:00
parent 650b02e673
commit ae77444b2d
2 changed files with 3 additions and 0 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"));
}
}

View File

@@ -272,6 +272,7 @@ export interface AchievementNotificationInfo {
isPlatinum: boolean;
points?: number;
}
export interface GameArtifact {
id: string;
artifactLengthInBytes: number;