Merge branch 'main' into Update-Swedish-translation

This commit is contained in:
rexobo
2025-05-21 20:19:10 +02:00
committed by GitHub
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;