Skip to content

Commit

Permalink
fix: appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Aug 21, 2024
1 parent 77c8763 commit a165679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/utils/Directories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class Directories {
}

static inPackagesSteam(targetDir: string): string {
return path.join(Directories.localAppData(), MSFS_STEAM_PATH, this.sanitize(targetDir));
return path.join(Directories.appData(), MSFS_STEAM_PATH, this.sanitize(targetDir));
}

static inPackageCache(addon: Addon, targetDir: string): string {
Expand Down

0 comments on commit a165679

Please sign in to comment.