From 5f355f669c8429ea2d329c73c51a02c058eda014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Martins?= Date: Fri, 19 Apr 2024 22:56:05 -0300 Subject: [PATCH] fix: revert unintentional changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f3d5b0..cdde5460 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ yarn start Build the bittorrent client by using this command: ```bash -pyinstaller torrent-client/main.py --distpath resources/dist --icon=images/icon.ico -n hydra-download-manager +python torrent-client/setup.py build ``` ### Build the Electron application