mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix missing / in default epic folder
This commit is contained in:
@@ -76,7 +76,7 @@ fn get_manifest_dir_path(
|
||||
let system_drive =
|
||||
env::var(key).expect("We are on windows, we must know what the SYSTEMDRIVE is");
|
||||
|
||||
let path = Path::new(system_drive.as_str())
|
||||
let path = Path::new(format!("{}\\",system_drive).as_str())
|
||||
.join("ProgramData")
|
||||
.join("Epic")
|
||||
.join("EpicGamesLauncher")
|
||||
|
||||
Reference in New Issue
Block a user