Skip to content

Commit

Permalink
#247: Detect Epic games from Heroic's legendaryConfig folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Aug 3, 2023
1 parent eb80dd4 commit 03f0006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

Unfortunately, there are still technical limitations with Arabic,
so that translation remains experimental via the config file.
* Support for detecting Epic games defined in Heroic's `legendaryConfig` folder.
* Fixed:
* Detection of saves associated with the Ubisoft Game Launcher folder
on Linux when installed with Steam and Proton.
Expand Down
1 change: 1 addition & 0 deletions src/scan/launchers/heroic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ fn detect_legendary_games(
let legendary_paths = match legendary {
None => vec![
StrictPath::relative("../legendary".to_string(), Some(root.path.interpret())),
StrictPath::relative("legendaryConfig/legendary".to_string(), Some(root.path.interpret())),
StrictPath::new("~/.config/legendary".to_string()),
],
Some(x) => vec![x.clone()],
Expand Down

0 comments on commit 03f0006

Please sign in to comment.