From 005ad3ca3d916edb05a30f49384b6f9ec0b19138 Mon Sep 17 00:00:00 2001 From: zhang Date: Sat, 28 Feb 2026 16:22:24 +0800 Subject: [PATCH] fix epic account path --- src/BD.WTTS.Client.Plugins.GameAccount/UI/Assets/Platforms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BD.WTTS.Client.Plugins.GameAccount/UI/Assets/Platforms.json b/src/BD.WTTS.Client.Plugins.GameAccount/UI/Assets/Platforms.json index 06207fbf500..1cbb9d78adb 100644 --- a/src/BD.WTTS.Client.Plugins.GameAccount/UI/Assets/Platforms.json +++ b/src/BD.WTTS.Client.Plugins.GameAccount/UI/Assets/Platforms.json @@ -9,7 +9,7 @@ "PlatformIds": [ "e", "epg", "epic", "epicgames" ], "ExesToEnd": [ "EpicGamesLauncher.exe" ], "LoginFiles": { - "%LocalAppData%\\EpicGamesLauncher\\Saved\\Config\\WindowsEditor\\GameUserSettings.ini": "GameUserSettings.ini", + "%LocalAppData%\\EpicGamesLauncher\\Saved\\Config\\Windows\\GameUserSettings.ini": "GameUserSettings.ini", "REG:HKCU\\Software\\Epic Games\\Unreal Engine\\Identifiers:AccountId": "UNIQUE_ID" }, "ClearPaths": [ "SAME_AS_LOGIN_FILES" ],