mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
chore: merge with main
This commit is contained in:
@@ -32,10 +32,6 @@ export class PythonRPC {
|
||||
public static readonly RPC_PORT = "8084";
|
||||
private static readonly RPC_PASSWORD = crypto.randomBytes(32).toString("hex");
|
||||
|
||||
private static readonly binaryPath = app.isPackaged
|
||||
? path.join(process.resourcesPath, "hydra-httpdl.exe")
|
||||
: path.join(__dirname, "..", "..", "binaries", "hydra-httpdl.exe");
|
||||
|
||||
private static pythonProcess: cp.ChildProcess | null = null;
|
||||
|
||||
public static readonly rpc = axios.create({
|
||||
|
||||
Reference in New Issue
Block a user