mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: game dont install in another path after the first installation
This commit is contained in:
@@ -37,7 +37,7 @@ const startGameDownload = async (
|
||||
|
||||
writePipe.write({ action: "pause" });
|
||||
|
||||
const downloadsPath = game?.downloadPath ?? downloadPath;
|
||||
const downloadsPath = downloadPath;
|
||||
|
||||
await gameRepository.update(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user