Merge pull request #463 from nightah/fix-poe2-linuxconfig

fix: update game config path for linux to poe2
This commit is contained in:
Kvan7
2025-03-10 19:22:17 -05:00
committed by GitHub
+1 -1
View File
@@ -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"