You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Move Game fails to move the game folder on Windows.
Add Logs
ERROR: Error: Command failed: mv -f 'E:\Games\Epic Games\NEOTWEWY' 'E:\Games\Epic/E:\Games\Epic Games\NEOTWEWY'
'mv' is not recognized as an internal or external command,
operable program or batch file.
INFO: Finished moving 5ab31c70e0b14ce5bddfd9f9c28f944d to E:\Games\Epic/E:\Games\Epic Games\NEOTWEWY.
Desktop (please complete the following information):
OS: Windows 11
Heroic Version: Tested with 1.10.3 and 1.11.0 Alpha
Game: NEO: The World Ends with You
Additional context
The command on Windows would be: move /y C:\OldDir\GameName C:\NewDir\GameName
Do note that Windows' move command can't move files between drives.
Also note that the destination has to include the name of the directory being copied.
The text was updated successfully, but these errors were encountered:
Describe the bug
Move Game fails to move the game folder on Windows.
Add Logs
Desktop (please complete the following information):
Additional context
The command on Windows would be:
move /y C:\OldDir\GameName C:\NewDir\GameName
Do note that Windows'
move
command can't move files between drives.Also note that the destination has to include the name of the directory being copied.
The text was updated successfully, but these errors were encountered: