From 6ad011a54364224536b347a2ba70b78d8b6bb849 Mon Sep 17 00:00:00 2001 From: vkbsb Date: Mon, 2 Jan 2023 01:08:45 +0530 Subject: [PATCH] Picking Launcher exe from Portal directory instead of the Engine directory. (#301) --- src/platforms/egs/paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/egs/paths.rs b/src/platforms/egs/paths.rs index ae0d77b..7482227 100644 --- a/src/platforms/egs/paths.rs +++ b/src/platforms/egs/paths.rs @@ -40,7 +40,7 @@ mod unix { .join("Program Files (x86)") .join("Epic Games") .join("Launcher") - .join("Engine") + .join("Portal") .join("Binaries"); if binary_path.exists() { let launcher_path = if binary_path