mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
docs: change build bittorrent client command
This commit is contained in:
parent
ebd0654595
commit
d953ae9c47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue