fix: revert unintentional changes

This commit is contained in:
João Martins 2024-04-19 22:56:05 -03:00
parent 4654f14a99
commit 5f355f669c
No known key found for this signature in database
GPG Key ID: 4F4EF2B738A71395

View File

@ -68,7 +68,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