From 11f1785432349ec9b3dbb8dd05f99b84461b8cce Mon Sep 17 00:00:00 2001 From: Zamitto Date: Sat, 4 May 2024 14:54:08 -0300 Subject: [PATCH] fix: torrent-client path join --- src/main/services/downloaders/torrent-client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/services/downloaders/torrent-client.ts b/src/main/services/downloaders/torrent-client.ts index f5c5cdd8..0f26fa51 100644 --- a/src/main/services/downloaders/torrent-client.ts +++ b/src/main/services/downloaders/torrent-client.ts @@ -73,7 +73,6 @@ export class TorrentClient { __dirname, "..", "..", - "..", "torrent-client", "main.py" );