docs: change build bittorrent client command

This commit is contained in:
Fhilipe Coelho 2024-04-19 15:36:29 -03:00
parent c151febfd2
commit 903dd2e774

View File

@ -66,7 +66,7 @@ yarn start
Build the bittorrent client by using this command: Build the bittorrent client by using this command:
```bash ```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 ### Build the Electron application