mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
fix: game dont install in another path after the first installation
This commit is contained in:
parent
362386ef17
commit
2307e96823
@ -37,7 +37,7 @@ const startGameDownload = async (
|
||||
|
||||
writePipe.write({ action: "pause" });
|
||||
|
||||
const downloadsPath = game?.downloadPath ?? downloadPath;
|
||||
const downloadsPath = downloadPath;
|
||||
|
||||
await gameRepository.update(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user