fix: add original_path property to GameSaveLocation
This commit is contained in:
@@ -132,7 +132,7 @@ impl Archive {
|
||||
|
||||
// FIXME: There most likely is a function that does this (check clippy)
|
||||
let friendly_name = friendly_name.map(|s| s.to_owned());
|
||||
Ok(GameSaveLocation::new(game_files, friendly_name))
|
||||
Ok(GameSaveLocation::new(path, game_files, friendly_name))
|
||||
}
|
||||
|
||||
/// Removes a game from the list of traked games
|
||||
|
||||
Reference in New Issue
Block a user