chore: merge with main

This commit is contained in:
Chubby Granny Chaser
2025-04-12 21:27:36 +01:00
parent 6569b66801
commit 3bdd8b90d4

View File

@@ -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({