mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: restart downloads and move seed process initiation to main.ts
This commit is contained in:
parent
65b1ec9b1f
commit
3aa8230e17
3 changed files with 24 additions and 9 deletions
|
@ -8,7 +8,6 @@ import crypto from "node:crypto";
|
|||
import { logger } from "./logger";
|
||||
import { Readable } from "node:stream";
|
||||
import { app, dialog } from "electron";
|
||||
import { startSeedProcess } from "./seed";
|
||||
|
||||
const binaryNameByPlatform: Partial<Record<NodeJS.Platform, string>> = {
|
||||
darwin: "hydra-python-rpc",
|
||||
|
@ -84,8 +83,6 @@ export class PythonRPC {
|
|||
this.logStderr(childProcess.stderr);
|
||||
|
||||
this.pythonProcess = childProcess;
|
||||
|
||||
startSeedProcess();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue