Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Game doesn't work on Windows #739

Closed
RuiNtD opened this issue Nov 9, 2021 · 0 comments · Fixed by #741
Closed

Move Game doesn't work on Windows #739

RuiNtD opened this issue Nov 9, 2021 · 0 comments · Fixed by #741

Comments

@RuiNtD
Copy link

RuiNtD commented Nov 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant