We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e3f01 commit 9fb6053Copy full SHA for 9fb6053
1 file changed
Hi3Helper.Plugin.Wuwa/Exports.GameLaunch.Epic.cs
@@ -38,7 +38,7 @@ private async Task<bool> TryInitializeEpicLauncher(GameManagerExtension.RunGameF
38
int delay = 0;
39
while (EpicProcesses.Length == 0 && delay < 15000)
40
{
41
- EpicProcesses = Process.GetProcessesByName("EMLauncher-Win64-Shipping");
+ EpicProcesses = Process.GetProcessesByName("launcher_main");
42
43
await Task.Delay(200, token);
44
delay += 200;
0 commit comments