From 8d7c80674389c74496f23f131ff071e5a1aeb71a Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Sat, 8 Mar 2025 12:01:19 +1100 Subject: [PATCH] fix: update game config path for linux to poe2 --- main/src/host-files/GameConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/host-files/GameConfig.ts b/main/src/host-files/GameConfig.ts index b44078fd..2cf6c737 100644 --- a/main/src/host-files/GameConfig.ts +++ b/main/src/host-files/GameConfig.ts @@ -23,7 +23,7 @@ const POSSIBLE_PATH = ), path.join( app.getPath("home"), - ".local/share/Steam/steamapps/compatdata/238960/pfx/drive_c/users/steamuser/Documents/My Games/Path of Exile 2/poe2_production_Config.ini", + ".local/share/Steam/steamapps/compatdata/2694490/pfx/drive_c/users/steamuser/Documents/My Games/Path of Exile 2/poe2_production_Config.ini", ), ] : process.platform === "darwin"