fix: add original_path property to GameSaveLocation

This commit is contained in:
2021-03-01 21:27:22 -06:00
parent 71d4fb91d7
commit 5cf660666a
2 changed files with 7 additions and 2 deletions

View File

@@ -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