mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Picking Launcher exe from Portal directory instead of the Engine directory. (#301)
This commit is contained in:
@@ -40,7 +40,7 @@ mod unix {
|
|||||||
.join("Program Files (x86)")
|
.join("Program Files (x86)")
|
||||||
.join("Epic Games")
|
.join("Epic Games")
|
||||||
.join("Launcher")
|
.join("Launcher")
|
||||||
.join("Engine")
|
.join("Portal")
|
||||||
.join("Binaries");
|
.join("Binaries");
|
||||||
if binary_path.exists() {
|
if binary_path.exists() {
|
||||||
let launcher_path = if binary_path
|
let launcher_path = if binary_path
|
||||||
|
|||||||
Reference in New Issue
Block a user