fix: removing python tick

This commit is contained in:
Chubby Granny Chaser 2024-06-27 18:10:30 +01:00
parent c26315219e
commit 9f9ea6ee88
No known key found for this signature in database
2 changed files with 39 additions and 65 deletions

View file

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