-
-
Notifications
You must be signed in to change notification settings - Fork 530
Description
Describe the bug
Currently if a user selects the "move game" feature in Heroic, it will perform a move operation on all the game files. This is fine when moving a title from one folder to another on the same drive as the operation will complete quickly.
However I believe it is much more common for a user to want to move a game between different drives (e.g from internal storage to an SD card or USB drive), which often takes much longer. In these cases Heroic should copy the game files to the destination, only deleting the original files once the entire game has been successfully copied to the destination.
At present if a move operation between drives is interrupted for any reason then the user is left with a broken installation as the game files are spread across two locations.
Add logs
Logs are not relevant to this bug
Steps to reproduce
- Open Heroic and select an installed game
- Click on hamburger menu and select, "Move Game"
- Choose a target folder on a drive that is different from the original install drive.
- Interrupt move operation before it has completed.
Expected behavior
Users expect that games will remain playable from the original location if a move operation is interrupted or cancelled.
Screenshots
No response
Heroic Version
Latest Stable
System Information
- OS [e. g. "Ubuntu"]:
Additional information
No response