Skip to content

Commit ef88a88

Browse files
committed
fix civ 7 linux path
1 parent 9e7f29d commit ef88a88

3 files changed

Lines changed: 96 additions & 870 deletions

File tree

lib/metadata/civGames/civ7.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export const CIV7_GAME: CivGame = {
343343
[GameStore.Steam]: '/Civilization VII'
344344
}
345345
},
346-
[Platform.Linux]: { basePath: BasePath.HOME, prefix: '/.local/share/aspyr-media' },
346+
[Platform.Linux]: { basePath: BasePath.HOME, prefix: '/My Games' },
347347
[Platform.LinuxProton]: { basePath: BasePath.HOME, prefix: createProtonPath('1295660') }
348348
},
349349
dataPaths: {

0 commit comments

Comments
 (0)