mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: game dont install in another path after the first installation
This commit is contained in:
parent
362386ef17
commit
2307e96823
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const startGameDownload = async (
|
|||
|
||||
writePipe.write({ action: "pause" });
|
||||
|
||||
const downloadsPath = game?.downloadPath ?? downloadPath;
|
||||
const downloadsPath = downloadPath;
|
||||
|
||||
await gameRepository.update(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue