1
0
Fork 0
mirror of synced 2024-10-02 02:07:16 +13:00
Rare/rare/components/tabs/games/game_info
loathingKernel a7b85500f2
RareGame: Clean and export .egstore after updating igame
When importing a game, the first thing being checked for import information
is `<install_dir>/.egstore`. Due to erroneous handling, that directory can
contain multiples of `.mancpn` and `.manifest` files. This could lead to
importing an older version as legendary expects only one pair of these
files to exist in that directory.

The `.egstore` folder is normally updated/created as part of synchronizing
with EGL. To aid with importing games in the future, we always export this
data for Rare to be able to import games between different OSes
2023-03-13 12:29:04 +02:00
..
__init__.py Move cloud save ui to a new tab in game_info 2023-03-08 17:46:26 +02:00
cloud_saves.py CloudSaves: Set the labels to "None" even if save_path is not set 2023-03-13 01:11:15 +02:00
game_dlc.py SideTabContainer: Use a signal to update the title instead of monkeypatching setTitle method into the widget 2023-02-21 15:27:52 +02:00
game_info.py RareGame: Clean and export .egstore after updating igame 2023-03-13 12:29:04 +02:00
game_settings.py Move cloud save ui to a new tab in game_info 2023-03-08 17:46:26 +02:00
move_game.py Fix origin stuff on windows 2023-03-07 17:11:23 +02:00