Picking Launcher exe from Portal directory instead of the Engine directory. (#301)

This commit is contained in:
vkbsb
2023-01-01 20:38:45 +01:00
committed by GitHub
parent 053795903a
commit 6ad011a543
+1 -1
View File
@@ -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