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
98d883b7f1
commit
41f7e5016d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const startGameDownload = async (
|
||||||
|
|
||||||
writePipe.write({ action: "pause" });
|
writePipe.write({ action: "pause" });
|
||||||
|
|
||||||
const downloadsPath = game?.downloadPath ?? downloadPath;
|
const downloadsPath = downloadPath;
|
||||||
|
|
||||||
await gameRepository.update(
|
await gameRepository.update(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue