mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix origin paths on windows
This commit is contained in:
@@ -175,7 +175,7 @@ fn get_default_locations() -> OriginPathData {
|
||||
let origin_folder = Path::new(&program_data)
|
||||
.join("Origin");
|
||||
if origin_folder.exists(){
|
||||
res.exe_path = Some(origin_folder.to_owned());
|
||||
res.local_content_path = Some(origin_folder.to_owned());
|
||||
}
|
||||
}
|
||||
res
|
||||
|
||||
Reference in New Issue
Block a user