mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
fix: removing python tick
This commit is contained in:
@@ -15,7 +15,6 @@ export const RPC_PORT = "8084";
|
||||
const commonArgs = [BITTORRENT_PORT, RPC_PORT];
|
||||
|
||||
export const startTorrentClient = () => {
|
||||
console.log("CALLED");
|
||||
if (app.isPackaged) {
|
||||
const binaryName = binaryNameByPlatform[process.platform]!;
|
||||
const binaryPath = path.join(
|
||||
|
||||
Reference in New Issue
Block a user