mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 11:42:21 +03:00
fix: game dont install in another path after the first installation
This commit is contained in:
parent
98d883b7f1
commit
41f7e5016d
@ -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…
Reference in New Issue
Block a user