mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: removing python tick
This commit is contained in:
parent
c26315219e
commit
9f9ea6ee88
2 changed files with 39 additions and 65 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue